mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
reference to Force CPU-386 removed.
added standard comments about driver entries.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/* bsp.h
|
||||
*
|
||||
* This include file definitions related to the Force CPU-386 board.
|
||||
/*
|
||||
* This include file definitions related to an Intel i386ex board.
|
||||
*
|
||||
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
@@ -110,6 +109,24 @@ extern "C" {
|
||||
#define BSP_EXTERN extern
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Device Driver Table Entries
|
||||
*/
|
||||
|
||||
/*
|
||||
* NOTE: Use the standard Console driver entry
|
||||
*/
|
||||
|
||||
/*
|
||||
* NOTE: Use the standard Clock driver entry
|
||||
*/
|
||||
|
||||
/*
|
||||
* How many libio files we want
|
||||
*/
|
||||
|
||||
#define BSP_LIBIO_MAX_FDS 20
|
||||
|
||||
/* miscellaneous stuff assumed to exist */
|
||||
|
||||
extern rtems_configuration_table BSP_Configuration;
|
||||
|
||||
Reference in New Issue
Block a user