diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-23 21:31:48 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-23 21:31:48 +0300 |
| commit | 960330c5d843d1aa96aa191fc27f72da563293ea (patch) | |
| tree | 2d7ae69d40fa76aeb4f29d3911b7fc2f9341765d /arch/riscv64/include/arch.h | |
| parent | b096078c282af7233062ba242a213e6f5574cfb1 (diff) | |
| download | kmi-960330c5d843d1aa96aa191fc27f72da563293ea.tar.gz kmi-960330c5d843d1aa96aa191fc27f72da563293ea.zip | |
new include structure, make parse easier for doxy
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 */ |
