about summary refs log tree commit diff stats
path: root/src/include/my_cpuid.h
blob: 53792ea07f1d7e32ec674dc12240e38f60b5156e (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __MY_CPUID_H__
#define __MY_CPUID_H__
#include <stdint.h>
typedef struct x64emu_s x64emu_t;

void my_cpuid(x64emu_t* emu, uint32_t tmp32u);

#endif //__MY_CPUID_H__