Files
cpufetch/01h.h
2018-03-25 00:20:42 +01:00

9 lines
127 B
C

#ifndef __01h__
#define __01h__
struct cpuInfo;
struct cpuInfo* getCPUInfo();
void debugCpuInfo(struct cpuInfo* cpu);
#endif