Files
cpufetch/src/cpuid.h
2018-06-23 13:04:42 +02:00

7 lines
132 B
C

#ifndef __CPUID__
#define __CPUID__
void cpuid(unsigned int *eax, unsigned int *ebx,unsigned int *ecx, unsigned int *edx);
#endif