summaryrefslogtreecommitdiff
path: root/kernel/arch/i386/tsc.h
blob: 1a9e317de63e18cda4caae18ee73ca8a7e1e380c (plain)
1
2
3
4
5
6
#include <typedefs.h>

void tsc_init(void);
u64 tsc_get(void);
u64 tsc_get_mhz(void);
u64 tsc_calculate_ms(u64 tsc);