mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
7 lines
132 B
C
7 lines
132 B
C
#ifndef __CPUID__
|
|
#define __CPUID__
|
|
|
|
void cpuid(unsigned int *eax, unsigned int *ebx,unsigned int *ecx, unsigned int *edx);
|
|
|
|
#endif
|