Changeset 8a496e46 in rtems for c/src/lib/include
- Timestamp:
- 09/23/98 13:20:34 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 479c86dd
- Parents:
- 362b88e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/include/rtems/libio.h
r362b88e r8a496e46 158 158 rtems_status_code rtems_termios_ioctl (void *arg); 159 159 int rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len); 160 voidrtems_termios_dequeue_characters (void *ttyp, int len);160 int rtems_termios_dequeue_characters (void *ttyp, int len); 161 161 void rtems_termios_reserve_resources( 162 162 rtems_configuration_table *configuration,
Note: See TracChangeset
for help on using the changeset viewer.