Refactor previous commit

This commit is contained in:
Dr-Noob
2020-08-30 12:42:38 +02:00
parent dae0f678ad
commit 4f98a5bccf
3 changed files with 51 additions and 74 deletions

View File

@@ -15,6 +15,6 @@ struct apic {
};
bool get_topology_from_apic(struct cpuInfo* cpu, struct topology** topo);
uint32_t is_smt_enabled(struct topology* topo);
uint32_t is_smt_enabled_amd(struct topology* topo);
#endif