Files
my-os-project2/ulib/devids.h
2025-09-28 23:26:07 +02:00

10 lines
128 B
C

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