Changeset d1dbcab9 in rtems for c/src/lib/libbsp
- Timestamp:
- 10/15/96 21:00:41 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 60e2964
- Parents:
- 752cd8f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/i386ex/include/bsp.h
r752cd8f rd1dbcab9 1 /* bsp.h 2 * 3 * This include file definitions related to the Force CPU-386 board. 1 /* 2 * This include file definitions related to an Intel i386ex board. 4 3 * 5 4 * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. … … 111 110 #endif 112 111 112 /* 113 * Device Driver Table Entries 114 */ 115 116 /* 117 * NOTE: Use the standard Console driver entry 118 */ 119 120 /* 121 * NOTE: Use the standard Clock driver entry 122 */ 123 124 /* 125 * How many libio files we want 126 */ 127 128 #define BSP_LIBIO_MAX_FDS 20 129 113 130 /* miscellaneous stuff assumed to exist */ 114 131
Note: See TracChangeset
for help on using the changeset viewer.