Files
my-os-project2/ulib/dev.h
2025-10-03 23:47:58 +02:00

9 lines
123 B
C

#ifndef ULIB_DEV_H_
#define ULIB_DEV_H_
#define DEV_TERMDEV_PUTCH 0
#define DEV_PS2KBDEV_READCH 0
#endif // ULIB_DEV_H_