Changeset dbe4dc9 in rtems
- Timestamp:
- 01/03/01 16:54:52 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 90dccce
- Parents:
- 409f7d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i960/i960sim/console/console-io.c
r409f7d1 rdbe4dc9 19 19 #include <assert.h> 20 20 21 /* external prototypes for monitor interface routines */ 21 /* 22 * console_initialize_hardware 23 * 24 * This routine initializes the console hardware. 25 * 26 */ 22 27 23 void outbyte( char ); 24 char inbyte( void ); 28 void console_initialize_hardware(void) 29 { 30 return; 31 } 25 32 26 33 /*
Note: See TracChangeset
for help on using the changeset viewer.