mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
Divide source code from other stuff
This commit is contained in:
6
src/cpuid.h
Normal file
6
src/cpuid.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __CPUID__
|
||||
#define __CPUID__
|
||||
|
||||
void cpuid(unsigned int *eax, unsigned int *ebx,unsigned int *ecx, unsigned int *edx);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user