[v0.88][ARM] Fetch raw soc name from cpuinfo or android (if supported)

This commit is contained in:
Dr-Noob
2020-11-24 10:03:21 +01:00
parent bb05a4d577
commit 71d660d7b1
3 changed files with 75 additions and 18 deletions

View File

@@ -11,6 +11,7 @@ long get_min_freq_from_file(uint32_t core);
#define UNKNOWN -1
int get_ncores_from_cpuinfo();
uint32_t get_midr_from_cpuinfo(uint32_t core, bool* success);
char* get_hardware_from_cpuinfo();
#endif
#endif