about summary refs log tree commit diff stats
path: root/src/include/freq.h
blob: fe94bef9f846e6521dfa20f047790382c763b92e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __FREQ_H_
#define __FREQ_H_

#include <stdint.h>

typedef struct x64emu_s x64emu_t;

uint64_t ReadTSC(x64emu_t* emu);
uint64_t ReadTSCFrequency(x64emu_t* emu);

#endif // __FREQ_H_