diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-09 23:50:14 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-09 23:50:14 +0300 |
| commit | da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55 (patch) | |
| tree | 85323057da02893e351426c60f2c5cfd5603b428 /arch/riscv64/kernel/sbi.h | |
| parent | e30cd339e271b0d16dbecf6c521fa06c3a05e3f1 (diff) | |
| download | kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.tar.gz kmi-da8eeb7695a4803d1d45c8c26c05a51fb1ba1e55.zip | |
continue documentation
Diffstat (limited to 'arch/riscv64/kernel/sbi.h')
| -rw-r--r-- | arch/riscv64/kernel/sbi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/riscv64/kernel/sbi.h b/arch/riscv64/kernel/sbi.h index 3ffac05..36497f1 100644 --- a/arch/riscv64/kernel/sbi.h +++ b/arch/riscv64/kernel/sbi.h @@ -50,7 +50,7 @@ enum sbi_ecodes { * @param arg4 Argument 4. * @param arg5 Argument 5. * @return SBI call return. \see sbiret. - * @todo Query which extensions are available. + * \todo Query which extensions are available. */ struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, @@ -68,7 +68,7 @@ struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0, * * @param stime_value Absolute timepoint in ticks. * @return SBI call return. \see sbiret. - * @todo Read timebase from fdt, seems to be clocks/sec for accurate timers. + * \todo Read timebase from fdt, seems to be clocks/sec for accurate timers. */ static inline struct sbiret sbi_set_timer(uint64_t stime_value) { @@ -94,7 +94,7 @@ static inline struct sbiret sbi_set_timer(uint64_t stime_value) * @param reset_reason Reason for reset. Optional, probably won't be used by the * kernel. * @return SBI call return \see sbiret. - * @todo Should \ref SBI_SHUTDOWN etc. be defined in this file instead? + * \todo Should \ref SBI_SHUTDOWN etc. be defined in this file instead? */ static inline struct sbiret sbi_system_reset(uint32_t reset_type, uint32_t reset_reason) |
