26#define CLOCK_MAX_SOURCES 8
time_t clock_epoch(void)
Retrieve the seconds since the unix epoch.
void clock_wait(clock_t nanoseconds)
Wait for a specified number of nanoseconds.
clock_t clock_uptime(void)
Retrieve the time in nanoseconds since boot.
uint64_t clock_source_register(const clock_source_t *source)
Register a system timer source.
void clock_source_unregister(const clock_source_t *source)
Unregister a system timer source.
__UINT64_TYPE__ clock_t
A nanosecond time.
static clock_source_t source
Structure to describe the HPET to the sys time subsystem.
long long unsigned time_t