Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / includes / usr / lunaix / term.h
index b1f6c1fff37eef5ec71d9c84b30123eeb94edc59..e9d79024819698d3bee7ff66ffb0e8b5ec523a16 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __LUNAIX_UTERM_H
-#define __LUNAIX_UTERM_H
+#ifndef _LUNAIX_UHDR_UTERM_H
+#define _LUNAIX_UHDR_UTERM_H
 
 #define _BRKINT (1)
 #define _ICRNL (1 << 1)
@@ -104,4 +104,4 @@ struct termios
     speed_t c_baud;
 };
 
-#endif /* __LUNAIX_UTERM_H */
+#endif /* _LUNAIX_UHDR_UTERM_H */