Files
my-os-project2/ulib/devids.h
2025-09-27 15:16:26 +02:00

9 lines
105 B
C

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