diff options
Diffstat (limited to 'arch/riscv64/include/arch.h')
| -rw-r--r-- | arch/riscv64/include/arch.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/riscv64/include/arch.h b/arch/riscv64/include/arch.h new file mode 100644 index 0000000..0930543 --- /dev/null +++ b/arch/riscv64/include/arch.h @@ -0,0 +1,8 @@ +#ifndef APOS_RISCV_ARCH_H +#define APOS_RISCV_ARCH_H +/** + * @file arch.h + * riscv64 arch header, currently empty but kept around for forwards + * compatibility. + */ +#endif /* APOS_RISCV_ARCH_H */ |
