neobbo/include/arch/amd64/hal/tsc.h

6 lines
No EOL
90 B
C

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