Newer
Older
tree-os / src / include / cpuid.h
@lukas lukas on 24 Sep 2021 69 bytes add capital typing
#ifndef CPUID_H
#define CPUID_H

extern void printCPUData();

#endif