[v0.98][ARM] Add simple topology detection using sysctlbyname in macOS

This commit is contained in:
Dr-Noob
2021-08-02 12:31:19 +01:00
parent 4998cf3c82
commit e350f1759f
4 changed files with 37 additions and 4 deletions

6
src/arm/sysctl.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __SYSCTL__
#define __SYSCTL__
struct topology* get_topology_from_sysctl();
#endif