Changeset 8d62ece8 in rtems
- Timestamp:
- 05/27/98 19:19:31 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 37eacd7
- Parents:
- 71d07b9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/console/inch.c
r71d07b9d r8d62ece8 72 72 static rtems_unsigned16 kbd_last = 0; 73 73 74 /*-------------------------------------------------------------------------+ 75 | Function: rtemsReboot 76 | Description: Reboot the PC. 77 | Global Variables: None. 78 | Arguments: None. 79 | Returns: Nothing. 80 +--------------------------------------------------------------------------*/ 81 void rtemsReboot(void) 82 { 83 /* shutdown and reboot */ 84 outport_byte(0x64, 0xFE); /* use keyboard controler to do the job... */ 85 } /* rtemsReboot */ 74 86 75 87 /*-------------------------------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.