diff options
Diffstat (limited to 'arch/riscv/include/csr.h')
| -rw-r--r-- | arch/riscv/include/csr.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |
