mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 20:52:40 +08:00
powerpc/score603e/include/bsp.h: Add prototypes to fix warnings
This commit is contained in:
@@ -196,6 +196,12 @@ unsigned int SCORE603e_FLASH_Enable_writes(
|
||||
#define Convert_Endian_16( _data ) \
|
||||
( ((_data&0x00ff)<<8) | ((_data&0xff00)>>8) )
|
||||
|
||||
/*
|
||||
* Interfaces to required Clock Driver support methods
|
||||
*/
|
||||
int BSP_disconnect_clock_handler(void);
|
||||
int BSP_connect_clock_handler(void);
|
||||
|
||||
#endif /* ASM */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user