Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _NETBSD / termios.h
diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_NETBSD/termios.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_NETBSD/termios.h
deleted file mode 100644 (file)
index 8b1c3bb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-struct termios {
-       tcflag_t        c_iflag;        /* input flags */
-       tcflag_t        c_oflag;        /* output flags */
-       tcflag_t        c_cflag;        /* control flags */
-       tcflag_t        c_lflag;        /* local flags */
-       cc_t            c_cc[NCCS];     /* control chars */
-       int             c_ispeed;       /* input speed */
-       int             c_ospeed;       /* output speed */
-};
-