mpc8260ads/include/bsp.h: Add prototype to fix warning

This commit is contained in:
Joel Sherrill
2014-10-14 15:23:24 -05:00
parent 39afee9c16
commit f8d228d730

View File

@@ -80,6 +80,11 @@ void *M8260AllocateRiscTimers( int count );
extern char M8260DefaultWatchdogFeeder; extern char M8260DefaultWatchdogFeeder;
#endif #endif
/*
* Prototypes for items shared across file boundaries in the BSP
*/
extern uint32_t bsp_serial_per_sec;
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif