7 lines
108 B
C
7 lines
108 B
C
|
#ifndef __GILBRALTAR_CLOCK__
|
||
|
#define __GILBRALTAR_CLOCK__
|
||
|
|
||
|
uint32_t gilbraltar_get_clock(uint32_t);
|
||
|
|
||
|
#endif
|