X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ec4ff182252b6d7b3cb81f4fa783c5348a6c30fd..b1644f824d7f4989a94b8a752aadee26cae25069:/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 6f73155..ee10002 100644 --- a/lunaix-os/includes/usr/lunaix/serial.h +++ b/lunaix-os/includes/usr/lunaix/serial.h @@ -1,7 +1,7 @@ -#ifndef __LUNAIX_USERIAL_H -#define __LUNAIX_USERIAL_H +#ifndef _LUNAIX_UHDR_USERIAL_H +#define _LUNAIX_UHDR_USERIAL_H -#include "ioctl_defs.h" +#include "ioctl.h" #define SERIO_RXEN IOREQ(1, 0) #define SERIO_RXDA IOREQ(2, 0) @@ -13,4 +13,4 @@ #define SERIO_SETCNTRLMODE IOREQ(6, 0) #define SERIO_SETBRDBASE IOREQ(7, 0) -#endif /* __LUNAIX_USERIAL_H */ +#endif /* _LUNAIX_UHDR_USERIAL_H */