URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [sysvi386/] [tcgetattr.c] - Rev 40
Go to most recent revision | Compare with Previous | Blame | View Log
#include <sys/termios.h> int tcgetattr (int fd, struct termios *tp) { return _ioctl (fd, _XCGETA, tp); }
Go to most recent revision | Compare with Previous | Blame | View Log