Changeset 52dd75d in rtems
- Timestamp:
- 02/03/98 18:29:05 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f00d7ad
- Parents:
- 594a413
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/console/console.c
r594a413 r52dd75d 283 283 284 284 /* 285 * console_outbyte_interrupt s285 * console_outbyte_interrupt 286 286 * 287 287 * This routine transmits a character out. … … 296 296 */ 297 297 298 void console_outbyte_interrupt s(298 void console_outbyte_interrupt( 299 299 int port, 300 300 char ch
Note: See TracChangeset
for help on using the changeset viewer.