10 lines
128 B
C
10 lines
128 B
C
#ifndef ULIB_DEVIDS_H_
|
|
#define ULIB_DEVIDS_H_
|
|
|
|
enum {
|
|
DEV_TERMDEV = 0x10,
|
|
DEV_PS2KBDEV = 0x11,
|
|
};
|
|
|
|
#endif // ULIB_DEVIDS_H_
|