From 084369e07aae6e40a7aeb13721b05f3ef8c41dc6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 22 Sep 2008 21:49:43 +0000 Subject: 2008-09-22 Joel Sherrill * Makefile.am, configure.ac, console/inch.c, console/keyboard.c, include/bsp.h: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants. --- c/src/lib/libbsp/i386/pc386/include/bsp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'c/src/lib/libbsp/i386/pc386/include') diff --git a/c/src/lib/libbsp/i386/pc386/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h index 876f4647d1..a3b484f04a 100644 --- a/c/src/lib/libbsp/i386/pc386/include/bsp.h +++ b/c/src/lib/libbsp/i386/pc386/include/bsp.h @@ -175,8 +175,6 @@ void _IBMPC_outch (char); /* from 'outch.c' */ char _IBMPC_inch (void); /* from 'inch.c' */ char _IBMPC_inch_sleep (void); /* from 'inch.c' */ -void rtemsReboot(void); /* from 'exit.c' */ - void Wait_X_ms(unsigned int timeToWait); /* from 'timer.c' */ /* Definitions for BSPConsolePort */ -- cgit v1.2.3