diff options
| author | Anup Patel <[email protected]> | 2019-01-14 13:58:29 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2019-01-16 11:25:25 +0530 |
| commit | 5f097cbf0715e217cd2fb67731b10ec9a54ed4f3 (patch) | |
| tree | 7c8527fa2bc85bd0373d6429b8745cab5fc62d05 /include | |
| parent | 5ef104062d52e9c5aeab7bc0d1eaa7e7e6d86ff3 (diff) | |
lib: Add documentation for sbi_init() API
This patch adds doxygen style documentation for sbi_init() API.
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sbi/sbi_init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_init.h b/include/sbi/sbi_init.h index b3aafdc1..7c4267ba 100644 --- a/include/sbi/sbi_init.h +++ b/include/sbi/sbi_init.h @@ -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 |
