From 565724db3b73ee67fa996dab511dc52df586cee1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 17 Aug 2021 21:47:38 +0300 Subject: Garbage --- arch/riscv/include/csr.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 arch/riscv/include/csr.h (limited to 'arch/riscv/include/csr.h') diff --git a/arch/riscv/include/csr.h b/arch/riscv/include/csr.h new file mode 100644 index 0000000..13f96cb --- /dev/null +++ b/arch/riscv/include/csr.h @@ -0,0 +1,6 @@ +#ifndef APOS_CSR_H +#define APOS_CSR_H + +#define csr_write(csr, val) + +#endif /* APOS_CSR_H */ -- cgit v1.3