smol-gilbraltar/include/clock.h

7 lines
108 B
C
Raw Normal View History

2024-12-20 22:45:12 +00:00
#ifndef __GILBRALTAR_CLOCK__
#define __GILBRALTAR_CLOCK__
uint32_t gilbraltar_get_clock(uint32_t);
#endif