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/kernel/cpu.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/riscv64/kernel/cpu.c') diff --git a/arch/riscv64/kernel/cpu.c b/arch/riscv64/kernel/cpu.c index 3583a94..0558040 100644 --- a/arch/riscv64/kernel/cpu.c +++ b/arch/riscv64/kernel/cpu.c @@ -1,3 +1,8 @@ +/** + * @file cpu.c + * riscv64 implementation of cpu handling. + */ + #include id_t cpu_id() -- cgit v1.3