[v0.95] Add --raw option

This commit is contained in:
Dr-Noob
2021-03-15 21:49:47 +01:00
parent a8d8ac2e91
commit db32cccd91
6 changed files with 98 additions and 2 deletions

View File

@@ -17,4 +17,8 @@ struct apic {
bool get_topology_from_apic(struct cpuInfo* cpu, struct topology* topo);
uint32_t is_smt_enabled_amd(struct topology* topo);
#ifndef __APPLE__
bool bind_to_cpu(int cpu_id);
#endif
#endif