Moved rtemsReboot() to here from exit.c. This appears to have been

necessary because a patch did not apply cleanly.
This commit is contained in:
Joel Sherrill
1998-05-27 19:19:31 +00:00
parent 71d07b9ddf
commit 8d62ece80e

View File

@@ -71,6 +71,18 @@ static char kbd_buffer[KBD_BUF_SIZE];
static rtems_unsigned16 kbd_first = 0;
static rtems_unsigned16 kbd_last = 0;
/*-------------------------------------------------------------------------+
| Function: rtemsReboot
| Description: Reboot the PC.
| Global Variables: None.
| Arguments: None.
| Returns: Nothing.
+--------------------------------------------------------------------------*/
void rtemsReboot(void)
{
/* shutdown and reboot */
outport_byte(0x64, 0xFE); /* use keyboard controler to do the job... */
} /* rtemsReboot */
/*-------------------------------------------------------------------------+
| Function: _IBMPC_scankey