mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
[v1.03][RISCV] Implementing basic skeleton for RISC-V backend
This commit is contained in:
9
src/riscv/soc.c
Normal file
9
src/riscv/soc.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "soc.h"
|
||||
|
||||
char* get_str_process(struct system_on_chip* soc) {
|
||||
return "-1 nm";
|
||||
}
|
||||
|
||||
char* get_soc_name(struct system_on_chip* soc) {
|
||||
return "Unknown";
|
||||
}
|
||||
Reference in New Issue
Block a user