Files
c_soft/cpu/riscv.h
2025-04-16 19:39:04 +08:00

9 lines
67 B
C

#ifndef riscv_h__
#define riscv_h__
#include "stdint.h"
#endif