m68k/mcf52235: Fix warnings

This commit is contained in:
Joel Sherrill
2014-10-20 10:58:09 -05:00
parent fd36451acb
commit 3bba2a9b70
2 changed files with 6 additions and 0 deletions

View File

@@ -63,6 +63,11 @@ rtems_isr_entry set_vector(
#define UART2_IRQ_LEVEL 3 #define UART2_IRQ_LEVEL 3
#define UART2_IRQ_PRIORITY 5 #define UART2_IRQ_PRIORITY 5
/*
* Prototypes for BSP methods which cross file boundaries
*/
void Init52235(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);