mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v0.98][ARM] Add simple topology detection using sysctlbyname in macOS
This commit is contained in:
6
src/arm/sysctl.h
Normal file
6
src/arm/sysctl.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __SYSCTL__
|
||||
#define __SYSCTL__
|
||||
|
||||
struct topology* get_topology_from_sysctl();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user