smol-gilbraltar/include/clock.h

9 lines
137 B
C
Raw Permalink Normal View History

2024-12-20 22:45:12 +00:00
#ifndef __GILBRALTAR_CLOCK__
#define __GILBRALTAR_CLOCK__
2024-12-23 00:46:17 +00:00
#include <stdint.h>
uint32_t gilbraltar_get_rate_of_clock(uint32_t);
2024-12-20 22:45:12 +00:00
#endif