[v1.06][ARM] Add support for Apple SoCs in Asahi Linux (#263)

This commit is contained in:
Dr-Noob
2024-08-23 08:37:13 +01:00
parent 321a1ec375
commit 7689355a72
4 changed files with 93 additions and 0 deletions

View File

@@ -43,5 +43,6 @@ int get_num_sockets_package_cpus(struct topology* topo);
int get_ncores_from_cpuinfo(void);
char* get_field_from_cpuinfo(char* CPUINFO_FIELD);
bool is_devtree_compatible(char* str);
char* get_devtree_compatible(int *filelen);
#endif