Changeset 52cdb134 in rtems
- Timestamp:
- 03/14/18 21:11:51 (6 years ago)
- Branches:
- 5, master
- Children:
- 820c667
- Parents:
- ca866cc
- git-author:
- Joel Sherrill <joel@…> (03/14/18 21:11:51)
- git-committer:
- Joel Sherrill <joel@…> (03/16/18 13:36:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/sh/gensh1/include/bsp.h
rca866cc r52cdb134 57 57 58 58 /* 59 * Device Driver Table Entries60 */61 62 /*63 * We redefine CONSOLE_DRIVER_TABLE_ENTRY to redirect /dev/console64 */65 #undef CONSOLE_DRIVER_TABLE_ENTRY66 #define CONSOLE_DRIVER_TABLE_ENTRY \67 BSP_CONSOLE_DRIVER_TABLE_ENTRY, \68 { console_initialize, console_open, console_close, \69 console_read, console_write, console_control }70 71 /*72 59 * BSP methods that cross file boundaries. 73 60 */
Note: See TracChangeset
for help on using the changeset viewer.