Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / cvenv / include / termios.h
diff --git a/apps/cvenv/include/termios.h b/apps/cvenv/include/termios.h
deleted file mode 100644 (file)
index ed292b2..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef _TERMIOSH
-#define _TERMIOSH
-
-#pragma push_safeptr
-
-#include "sys/stdtypes.h"
-#include "sys/termdefs.h"
-#include "sys/termios.h"
-
-int tcgetattr(int, struct termios *);
-int tcsetattr(int, int, const struct termios *);
-
-speed_t cfgetispeed(const struct termios *);
-int cfsetispeed(struct termios *, speed_t);
-
-speed_t cfgetospeed(const struct termios *);
-int cfsetospeed(struct termios *, speed_t);
-
-int tcdrain(int);
-int tcflow(int, int);
-int tcsendbreak(int, int);
-int tcflush(int, int);
-
-
-#pragma pop_ptr
-
-#endif