URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [libchip/] [serial/] [sersupp.h] - Rev 1026
Go to most recent revision | Compare with Previous | Blame | View Log
/* * sersupp.h,v 1.2 1998/07/09 23:29:33 joel Exp */ #ifndef __LIBCHIP_SERIAL_SUPPORT_h #define __LIBCHIP_SERIAL_SUPPORT_h int termios_baud_to_index( int termios_baud ); int termios_baud_to_number( int termios_baud ); boolean libchip_serial_default_probe( int minor ); #endif /* end of include file */
Go to most recent revision | Compare with Previous | Blame | View Log