mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00
lib: Add documentation for sbi_init() API
This patch adds doxygen style documentation for sbi_init() API. Signed-off-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
|
||||
struct sbi_scratch;
|
||||
|
||||
void __attribute__((noreturn)) sbi_init(struct sbi_scratch *scratch);
|
||||
void __noreturn sbi_init(struct sbi_scratch *scratch);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user