Store device structs in a dynamic list
This commit is contained in:
11
ulib/dev.h
Normal file
11
ulib/dev.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef ULIB_DEV_H_
|
||||
#define ULIB_DEV_H_
|
||||
|
||||
#define DEV_TERMDEV 0
|
||||
#define DEV_PS2KBDEV 1
|
||||
|
||||
#define DEV_TERMDEV_PUTCH 0
|
||||
|
||||
#define DEV_PS2KBDEV_READCH 0
|
||||
|
||||
#endif // ULIB_DEV_H_
|
Reference in New Issue
Block a user