#ifndef ULIB_DEVIDS_H_ #define ULIB_DEVIDS_H_ enum { DEV_TERMDEV = 0x10, }; #endif // ULIB_DEVIDS_H_