From 4909a30e6329ddb3beff3145939bdc82d8c4dc80 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Sep 2008 21:35:37 +0000 Subject: 2008-09-10 Joel Sherrill * include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub. --- c/src/lib/libbsp/sh/gensh1/include/bsp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'c/src/lib/libbsp/sh/gensh1/include') diff --git a/c/src/lib/libbsp/sh/gensh1/include/bsp.h b/c/src/lib/libbsp/sh/gensh1/include/bsp.h index 5c1659459e..2bb932c286 100644 --- a/c/src/lib/libbsp/sh/gensh1/include/bsp.h +++ b/c/src/lib/libbsp/sh/gensh1/include/bsp.h @@ -68,10 +68,6 @@ extern uint32_t WorkSpaceEnd ; extern void *CPU_Interrupt_stack_low ; extern void *CPU_Interrupt_stack_high ; -/* miscellaneous stuff assumed to exist */ - -extern void bsp_cleanup( void ); - /* * Device Driver Table Entries */ -- cgit v1.2.3