rtems/score/epiphany-utility.h: Fix not a prototype warning

This commit is contained in:
Joel Sherrill
2018-08-29 12:42:10 -05:00
parent bc6964829c
commit 9b5b864d03

View File

@@ -169,7 +169,7 @@ static inline uint32_t epiphany_coreid_to_rtems_map(uint32_t epiphany_id)
return coreid;
}
static inline uint32_t _Epiphany_Get_current_processor()
static inline uint32_t _Epiphany_Get_current_processor(void)
{
uint32_t coreid;