X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/8fce4520de1f257819b16f9253fa28dcdae743f4..bdc143a7aa3f51a46eceec62b0b364599533fa21:/lunaix-os/includes/usr/lunaix/serial.h diff --git a/lunaix-os/includes/usr/lunaix/serial.h b/lunaix-os/includes/usr/lunaix/serial.h index 7cdd74b..6f73155 100644 --- a/lunaix-os/includes/usr/lunaix/serial.h +++ b/lunaix-os/includes/usr/lunaix/serial.h @@ -3,10 +3,14 @@ #include "ioctl_defs.h" -#define SERIO_RXEN IOREQ(1, 0) -#define SERIO_RXDA IOREQ(2, 0) +#define SERIO_RXEN IOREQ(1, 0) +#define SERIO_RXDA IOREQ(2, 0) -#define SERIO_TXEN IOREQ(3, 0) -#define SERIO_TXDA IOREQ(4, 0) +#define SERIO_TXEN IOREQ(3, 0) +#define SERIO_TXDA IOREQ(4, 0) + +#define SERIO_SETBRDRATE IOREQ(5, 0) +#define SERIO_SETCNTRLMODE IOREQ(6, 0) +#define SERIO_SETBRDBASE IOREQ(7, 0) #endif /* __LUNAIX_USERIAL_H */