diff options
Diffstat (limited to 'arch/riscv64/include/cpu.h')
| -rw-r--r-- | arch/riscv64/include/cpu.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/riscv64/include/cpu.h b/arch/riscv64/include/cpu.h index 40a8c17..5d496ea 100644 --- a/arch/riscv64/include/cpu.h +++ b/arch/riscv64/include/cpu.h @@ -1 +1,8 @@ -/* empty */ +#ifndef APOS_RISCV_CPU_H +#define APOS_RISCV_CPU_H +/** + * @file cpu.h + * riscv64 cpu header, currently empty but kept around for forwards + * compatibility. + */ +#endif /* APOS_RISCV_CPU_H */ |
