summaryrefslogtreecommitdiff
path: root/userspace/sys/termios.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-25 13:04:41 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-25 13:04:41 +0200
commit2c8cefb3a269d66a6a705bcb4912b0657379273c (patch)
tree677ee15b87072e5ccd560f1be277abaf11b1ec28 /userspace/sys/termios.h
parent8ea3e244d44190e44a092ffb004e13ad94174c68 (diff)
fixed crt0.o for compiler toolchain (-lfool no more!)
Diffstat (limited to 'userspace/sys/termios.h')
-rw-r--r--userspace/sys/termios.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/userspace/sys/termios.h b/userspace/sys/termios.h
deleted file mode 100644
index b6625be..0000000
--- a/userspace/sys/termios.h
+++ /dev/null
@@ -1,20 +0,0 @@
-typedef uint32_t speed_t;
-typedef uint32_t DIR;
-
-#define B0 0000000 /* hang up */
-#define B50 0000001
-#define B75 0000002
-#define B110 0000003
-#define B134 0000004
-#define B150 0000005
-#define B200 0000006
-#define B300 0000007
-#define B600 0000010
-#define B1200 0000011
-#define B1800 0000012
-#define B2400 0000013
-#define B4800 0000014
-#define B9600 0000015
-#define B19200 0000016
-#define B38400 0000017
-