From 05adba6b126c1abffce4eee25bf0dc0e1d15b9e6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Sep 2008 21:35:06 +0000 Subject: 2008-09-10 Joel Sherrill * Makefile.am, 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. * startup/bspclean.c: Removed. --- c/src/lib/libbsp/m68k/gen68360/include/bsp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'c/src/lib/libbsp/m68k/gen68360/include') diff --git a/c/src/lib/libbsp/m68k/gen68360/include/bsp.h b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h index 5f30586daa..f108a5ddb3 100644 --- a/c/src/lib/libbsp/m68k/gen68360/include/bsp.h +++ b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h @@ -83,8 +83,6 @@ extern m68k_isr_entry M68Kvec[]; /* vector table address */ /* functions */ -void bsp_cleanup( void ); - void M360ExecuteRISC( uint16_t command ); void *M360AllocateBufferDescriptors( int count ); void *M360AllocateRiscTimers( int count ); -- cgit v1.2.3