m68k/mcf5329: Fix warnings

This commit is contained in:
Joel Sherrill
2014-10-20 10:58:57 -05:00
parent 63fe77e1c0
commit a877739713
2 changed files with 6 additions and 0 deletions

View File

@@ -62,6 +62,11 @@ rtems_isr_entry set_vector(
#define UART1_IRQ_LEVEL 3 #define UART1_IRQ_LEVEL 3
#define UART2_IRQ_LEVEL 3 #define UART2_IRQ_LEVEL 3
/*
* Prototypes for BSP methods which cross file boundaries
*/
void Init5329(void);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

View File

@@ -4,6 +4,7 @@
* functions can be called from here. * functions can be called from here.
*/ */
#include <bsp.h>
#include <bsp/bootcard.h> #include <bsp/bootcard.h>
extern void _wr_vbr(uint32_t); extern void _wr_vbr(uint32_t);