From 960330c5d843d1aa96aa191fc27f72da563293ea Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 23 May 2022 21:31:48 +0300 Subject: new include structure, make parse easier for doxy --- arch/riscv64/include/timer.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arch/riscv64/include/timer.h (limited to 'arch/riscv64/include/timer.h') diff --git a/arch/riscv64/include/timer.h b/arch/riscv64/include/timer.h new file mode 100644 index 0000000..2e468ba --- /dev/null +++ b/arch/riscv64/include/timer.h @@ -0,0 +1,8 @@ +#ifndef APOS_RISCV_TIMER_H +#define APOS_RISCV_TIMER_H +/** + * @file timer.h + * riscv64 timer header, currently empty but kept around for forwards + * compatibility. + */ +#endif /* APOS_RISCV_TIMER_H */ -- cgit v1.3