smol-gilbraltar/include/clock.h
2024-12-23 01:46:17 +01:00

8 lines
137 B
C

#ifndef __GILBRALTAR_CLOCK__
#define __GILBRALTAR_CLOCK__
#include <stdint.h>
uint32_t gilbraltar_get_rate_of_clock(uint32_t);
#endif