Changeset c42bd452 in rtems
- Timestamp:
- 11/02/99 16:05:41 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ee9d8d52
- Parents:
- 5d36b344
- Location:
- c/src/lib/libbsp/powerpc/score603e/console
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/score603e/console/Makefile.in
r5d36b344 rc42bd452 17 17 18 18 # C source names, if any, go here -- minus the .c 19 C_PIECES = 85c30 console tbl85c3019 C_PIECES = 85c30 console consolereserveresources tbl85c30 20 20 C_FILES = $(C_PIECES:%=%.c) 21 21 C_O_FILES = $(C_PIECES:%=${ARCH}/%.o) -
c/src/lib/libbsp/powerpc/score603e/console/console.c
r5d36b344 rc42bd452 123 123 return inbyte_nonblocking_85c30( &Ports_85C30[ port ] ); 124 124 } 125 126 127 void console_reserve_resources( 128 rtems_configuration_table *configuration 129 ) 130 { 131 rtems_termios_reserve_resources( configuration, NUM_Z85C30_PORTS ); 132 } 133 134 125 135 126 rtems_device_driver console_close( 136 127 rtems_device_major_number major,
Note: See TracChangeset
for help on using the changeset viewer.