mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
[v1.03][RISCV] Add support for compiling to RISC-V
This commit is contained in:
@@ -11,6 +11,8 @@ typedef int STYLE;
|
||||
#include "../ppc/ppc.h"
|
||||
#elif ARCH_ARM
|
||||
#include "../arm/midr.h"
|
||||
#elif ARCH_RISCV
|
||||
#include "../riscv/riscv.h"
|
||||
#endif
|
||||
|
||||
// +-----------------------------------+-----------------------+
|
||||
|
||||
Reference in New Issue
Block a user