[v0.98][ARM] Detect fire/icestorm CPUs and manually fill most of the fields

This commit is contained in:
Dr-Noob
2021-08-02 15:56:24 +01:00
parent e350f1759f
commit d2dc2046de
5 changed files with 90 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
#ifndef __SYSCTL__
#define __SYSCTL__
struct topology* get_topology_from_sysctl();
uint32_t get_sys_info_by_name(char* name);
#endif