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:
9
src/riscv/riscv.h
Normal file
9
src/riscv/riscv.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __RISCV__
|
||||
#define __RISCV__
|
||||
|
||||
#include "../common/cpu.h"
|
||||
|
||||
struct cpuInfo* get_cpu_info(void);
|
||||
void print_debug(struct cpuInfo* cpu);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user