nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
device.h
Go to the documentation of this file.
1 
11 enum DEVICE {
13  DEVICE_COM1 = 0x0200,
14  DEVICE_COM2 = 0x0201,
15  DEVICE_COM3 = 0x0202,
16  DEVICE_COM4 = 0x0203,
17  DEVICE_FDA = 0x0300,
18 };
19 
20 enum IOCTL {
22 };
23