summaryrefslogtreecommitdiff
path: root/libopie2/opienet/oioctlmap.h
blob: 1cd89a310c93c7512e77f750e10663ade1832de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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