Removed warnings.

This commit is contained in:
Joel Sherrill
1999-12-13 22:10:45 +00:00
parent da8ae79b3e
commit c629812c01
13 changed files with 22 additions and 13 deletions

View File

@@ -18,6 +18,10 @@
#include <bsp.h>
#ifdef USE_INIT_FINI
#include <stdlib.h> /* for atexit() */
#endif
extern void bsp_start( void );
extern void bsp_cleanup( void );