mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
9 lines
127 B
C
9 lines
127 B
C
#ifndef __01h__
|
|
#define __01h__
|
|
|
|
struct cpuInfo;
|
|
struct cpuInfo* getCPUInfo();
|
|
void debugCpuInfo(struct cpuInfo* cpu);
|
|
|
|
#endif
|