From 72df0de8cb579fd96449d19eb57fc71335907a19 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 23:35:02 +0300 Subject: add @file info to all files + Next step, start documenting contents of each file. --- arch/riscv64/include/cpu.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'arch/riscv64/include/cpu.h') 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 */ -- cgit v1.3