author | mickeyl <mickeyl> | 2003-10-21 13:23:37 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-10-21 13:23:37 (UTC) |
commit | 76ca3158518a851085b5a5ebe3724d0c0c3be857 (patch) (side-by-side diff) | |
tree | c1e3cd417968e08a4f01497a431720f3088f0fa6 /libopie2/opienet/oioctlmap.h | |
parent | fccc5d110dea3bc32176694c8e5fc7f014706be6 (diff) | |
download | opie-76ca3158518a851085b5a5ebe3724d0c0c3be857.zip opie-76ca3158518a851085b5a5ebe3724d0c0c3be857.tar.gz opie-76ca3158518a851085b5a5ebe3724d0c0c3be857.tar.bz2 |
add clear text debug output for ioctls
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 + |