Changeset d27efcd in rtems for c/src/lib/libbsp/shared/console-polled.c
- Timestamp:
- 06/30/03 18:31:38 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3b44f153
- Parents:
- 96e62937
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/shared/console-polled.c
r96e62937 rd27efcd 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.