neobbo/src/hal/tsc.h
2025-10-22 15:51:24 +02:00

6 lines
No EOL
90 B
C

#include "error.h"
#include <stdint.h>
kstatus tsc_init();
uint64_t tsc_get_timestamp();