[v1.03][RISCV] Add some more uarchs

This commit is contained in:
Dr-Noob
2023-04-12 16:23:23 +02:00
parent 9e9828d210
commit 4405a262ca
5 changed files with 28 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
struct cpuInfo* get_cpu_info(void);
char* get_str_topology(struct cpuInfo* cpu, struct topology* topo);
char* get_str_features(struct cpuInfo* cpu);
char* get_str_extensions(struct cpuInfo* cpu);
void print_debug(struct cpuInfo* cpu);
#endif