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