Changeset b628637 in rtems for c/src/lib/include
- Timestamp:
- 10/23/97 15:10:13 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- edd1329f
- Parents:
- ee9669f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/include/console.h
ree9669f rb628637 25 25 { console_initialize, console_open, console_close, \ 26 26 console_read, console_write, console_control } 27 28 void console_reserve_resources( 29 rtems_configuration_table *configuration 30 ); 27 31 28 32 rtems_device_driver console_initialize(
Note: See TracChangeset
for help on using the changeset viewer.