Changeset b628637 in rtems for c/src/lib/include


Ignore:
Timestamp:
10/23/97 15:10:13 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
edd1329f
Parents:
ee9669f
Message:

Added prototype for console_reserve_resources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/include/console.h

    ree9669f rb628637  
    2525  { console_initialize, console_open, console_close, \
    2626    console_read, console_write, console_control }
     27
     28void console_reserve_resources(
     29  rtems_configuration_table *configuration
     30);
    2731
    2832rtems_device_driver console_initialize(
Note: See TracChangeset for help on using the changeset viewer.