diff options
Diffstat (limited to 'arch/riscv64/include/sbi.h')
| -rw-r--r-- | arch/riscv64/include/sbi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/riscv64/include/sbi.h b/arch/riscv64/include/sbi.h index 3beedd2..44eec4f 100644 --- a/arch/riscv64/include/sbi.h +++ b/arch/riscv64/include/sbi.h @@ -1,6 +1,11 @@ #ifndef APOS_RISCV_SBI_H #define APOS_RISCV_SBI_H +/** + * @file sbi.h + * riscv64-specific OpenSBI definitions. + */ + #include <apos/types.h> struct sbiret { |
