8 lines
137 B
C
8 lines
137 B
C
#ifndef __GILBRALTAR_CLOCK__
|
|
#define __GILBRALTAR_CLOCK__
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t gilbraltar_get_rate_of_clock(uint32_t);
|
|
|
|
#endif
|