diff options
Diffstat (limited to 'arch/riscv64/include/timer.h')
| -rw-r--r-- | arch/riscv64/include/timer.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 */ |
