feat: fstat now handle symbolic link
[lunaix-os.git] / lunaix-os / includes / usr / lunaix / serial.h
1 #ifndef __LUNAIX_USERIAL_H
2 #define __LUNAIX_USERIAL_H
3
4 #include "ioctl_defs.h"
5
6 #define SERIO_RXEN IOREQ(1, 0)
7 #define SERIO_RXDA IOREQ(2, 0)
8
9 #define SERIO_TXEN IOREQ(3, 0)
10 #define SERIO_TXDA IOREQ(4, 0)
11
12 #endif /* __LUNAIX_USERIAL_H */