mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v1.03][RISCV] Add support for compiling to RISC-V
This commit is contained in:
11
src/riscv/uarch.h
Normal file
11
src/riscv/uarch.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __UARCH__
|
||||
#define __UARCH__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "riscv.h"
|
||||
|
||||
struct uarch;
|
||||
|
||||
void free_uarch_struct(struct uarch* arch);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user