Changeset 7f6a24ab in rtems for c/src/lib/libbsp/no_cpu/no_bsp/include
- Timestamp:
- 08/28/95 15:30:29 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5072b07
- Parents:
- 5250ff39
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h
r5250ff39 r7f6a24ab 24 24 25 25 #include <rtems.h> 26 #include <clockdrv.h> 26 27 27 28 /* … … 68 69 extern rtems_configuration_table BSP_Configuration; 69 70 71 /* 72 * Console driver init 73 */ 74 75 rtems_device_driver console_initialize( 76 rtems_device_major_number, rtems_device_minor_number minor, void *); 77 78 #define CONSOLE_DRIVER_TABLE_ENTRY \ 79 { console_initialize, NULL, NULL, NULL, NULL, NULL } 80 81 /* 82 * NOTE: Use the standard Clock driver entry 83 */ 84 70 85 /* functions */ 71 86
Note: See TracChangeset
for help on using the changeset viewer.