Moved rtemsReboot() to console/inch.c.

This commit is contained in:
Joel Sherrill
1998-05-27 19:24:57 +00:00
parent a92adc63d6
commit 339cc25c20

View File

@@ -41,20 +41,6 @@
+--------------------------------------------------------------------------*/
extern rtems_boolean _IBMPC_scankey(char *); /* defined in 'inch.c' */
/*-------------------------------------------------------------------------+
| Function: rtemsReboot
| Description: Reboot the PC.
| Global Variables: None.
| Arguments: None.
| Returns: Nothing.
+--------------------------------------------------------------------------*/
inline void rtemsReboot(void)
{
/* shutdown and reboot */
outport_byte(0x64, 0xFE); /* use keyboard controler to do the job... */
} /* rtemsReboot */
/*-------------------------------------------------------------------------+
| Function: _exit
| Description: Shutdown the PC. Called from libc's 'exit'.