forked from Imagelibrary/rtems
bsps: Remove unused bsp_libc_init() prototype
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
|
||||
/* Function prototypes */
|
||||
extern void rtems_exception_init_mngt(void);
|
||||
void bsp_libc_init( void *, uint32_t, int );
|
||||
static void fix_mac_addr(void);
|
||||
void bsp_usart_init(void);
|
||||
|
||||
|
||||
@@ -61,11 +61,6 @@ const unsigned int _icplbs_table[16][2] = {
|
||||
{ 0xffffffff, 0xffffffff }/* end of section - termination */
|
||||
};
|
||||
|
||||
/*
|
||||
* Use the shared implementations of the following routines
|
||||
*/
|
||||
|
||||
void bsp_libc_init( void *, uint32_t, int );
|
||||
void Init_PLL (void);
|
||||
void Init_EBIU (void);
|
||||
void Init_Flags(void);
|
||||
|
||||
@@ -71,12 +71,6 @@ void _BSP_Fatal_error(unsigned int v)
|
||||
__asm__ __volatile ("sc");
|
||||
}
|
||||
|
||||
/*
|
||||
* Use the shared implementations of the following routines
|
||||
*/
|
||||
|
||||
void bsp_libc_init( void *, uint32_t, int );
|
||||
|
||||
/*PAGE
|
||||
*
|
||||
* bsp_predriver_hook
|
||||
|
||||
Reference in New Issue
Block a user