Changeset 3a4ae6c in rtems for c/src/lib/libbsp/m68k/mvme162/include
- Timestamp:
- 09/11/95 19:35:39 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ced11f99
- Parents:
- 5072b07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme162/include/bsp.h
r5072b07 r3a4ae6c 29 29 30 30 #include <rtems.h> 31 #include <clockdrv.h> 32 #include <console.h> 31 33 #include <iosupp.h> 32 34 … … 249 251 #endif 250 252 253 /* 254 * Device Driver Table Entries 255 */ 256 257 /* 258 * NOTE: Use the standard Console driver entry 259 */ 260 261 /* 262 * NOTE: Use the standard Clock driver entry 263 */ 264 265 /* 266 * How many libio files we want 267 */ 268 269 #define BSP_LIBIO_MAX_FDS 20 270 251 271 /* miscellaneous stuff assumed to exist */ 252 272
Note: See TracChangeset
for help on using the changeset viewer.