smol-gilbraltar/include/clock.h
2024-12-20 23:45:12 +01:00

6 lines
108 B
C

#ifndef __GILBRALTAR_CLOCK__
#define __GILBRALTAR_CLOCK__
uint32_t gilbraltar_get_clock(uint32_t);
#endif