Changeset fb6d373 in rtems for c/src/lib/libbsp/shared/console-polled.c
- Timestamp:
- 06/30/03 18:31:46 (20 years ago)
- Children:
- 86ca3f83
- Parents:
- 81c32419
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/shared/console-polled.c
r81c32419 rfb6d373 1 1 /* 2 * This file contains the hardware specific portions of the TTY driver 3 * for the serial ports on the erc32. 2 * This file contains the hardware independent portion of a polled 3 * console device driver. If a BSP chooses to use this, then it 4 * only has to provide a few board dependent routines. 4 5 * 5 6 * COPYRIGHT (c) 1989-1997.
Note: See TracChangeset
for help on using the changeset viewer.