libbsp/sparc64/shared/clock/ckinit.c: Add include of <rtems/clockdrv.h>

This commit is contained in:
Joel Sherrill
2016-03-27 18:37:48 -05:00
parent 23d7cba2ef
commit 7fc05b363f

View File

@@ -43,7 +43,10 @@ static unsigned int get_Frequency(void)
return freq;
}
static void Clock_driver_support_at_tick(void)
#define Clock_driver_support_at_tick() \
Clock_driver_support_at_tick_helper()
static void Clock_driver_support_at_tick_helper(void)
{
uint64_t tick_reg;
int bit_mask;