summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/startup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-27 19:24:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-27 19:24:57 +0000
commit339cc25c208ecfb63464193eb964a8556b62f62a (patch)
tree5ef473a832bce793aa2f99d89547e33cea1e0a1b /c/src/lib/libbsp/i386/pc386/startup
parentDeleted HEAP_SIZE constant. (diff)
downloadrtems-339cc25c208ecfb63464193eb964a8556b62f62a.tar.bz2
Moved rtemsReboot() to console/inch.c.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/startup')
-rw-r--r--c/src/lib/libbsp/i386/pc386/startup/exit.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/startup/exit.c b/c/src/lib/libbsp/i386/pc386/startup/exit.c
index ca95371c26..85b5282c36 100644
--- a/c/src/lib/libbsp/i386/pc386/startup/exit.c
+++ b/c/src/lib/libbsp/i386/pc386/startup/exit.c
@@ -42,20 +42,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'.
| Global Variables: None.