Diffstat (limited to 'libopie2/opienet/oioctlmap.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | libopie2/opienet/oioctlmap.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libopie2/opienet/oioctlmap.h b/libopie2/opienet/oioctlmap.h new file mode 100644 index 0000000..1cd89a3 --- a/dev/null +++ b/libopie2/opienet/oioctlmap.h @@ -0,0 +1,17 @@ + +/* + * ioctl table - generated by regen.py - (C) Michael 'Mickey' Lauer <mickey@vanille.de> + */ + +#ifndef IOCTLMAP_H +#define IOCTLMAP_H + +#include <qstring.h> +#include <qintdict.h> + +typedef QIntDict<QString> IntStringMap; + +IntStringMap* constructIoctlMap(); + +#endif + |