9 lines
105 B
C
9 lines
105 B
C
#ifndef ULIB_DEVIDS_H_
|
|
#define ULIB_DEVIDS_H_
|
|
|
|
enum {
|
|
DEV_TERMDEV = 0x10,
|
|
};
|
|
|
|
#endif // ULIB_DEVIDS_H_
|