X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=apps%2Fcvenv%2FEiC%2FstdClib%2Ftermios.h;fp=apps%2Fcvenv%2FEiC%2FstdClib%2Ftermios.h;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=ed292b24a054837f3add07920ecf8b18042de50c;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/apps/cvenv/EiC/stdClib/termios.h b/apps/cvenv/EiC/stdClib/termios.h deleted file mode 100644 index ed292b2..0000000 --- a/apps/cvenv/EiC/stdClib/termios.h +++ /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