[v1.03][RISCV] Add preeliminary uarch detection

This commit is contained in:
Dr-Noob
2023-04-07 16:19:43 +02:00
parent 69dd47bab0
commit 13e86d7f14
6 changed files with 88 additions and 7 deletions

View File

@@ -6,5 +6,6 @@
#define UNKNOWN -1
char* get_hardware_from_devtree(void);
char* get_uarch_from_cpuinfo(void);
#endif