summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_ecall.h
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2020-01-17 16:42:52 +0300
committerAnup Patel <anup@brainfault.org>2020-01-22 09:43:44 +0300
commit43ac621ecba8d472a5e697527143f9d3317df3e1 (patch)
tree1100619a411f0c0069f56ec423cdef38ce17edea /include/sbi/sbi_ecall.h
parent161b348e7e8ae3f78e8523e67796d277288e3f7c (diff)
downloadopensbi-43ac621ecba8d472a5e697527143f9d3317df3e1.tar.xz
lib: Factor-out SBI vendor extension
This patch factor-out SBI vendor extension into its own source for better modularity of SBI implementation. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'include/sbi/sbi_ecall.h')
-rw-r--r--include/sbi/sbi_ecall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sbi/sbi_ecall.h b/include/sbi/sbi_ecall.h
index 2357f79..80c99be 100644
--- a/include/sbi/sbi_ecall.h
+++ b/include/sbi/sbi_ecall.h
@@ -33,6 +33,7 @@ extern struct sbi_ecall_extension ecall_legacy;
extern struct sbi_ecall_extension ecall_time;
extern struct sbi_ecall_extension ecall_rfence;
extern struct sbi_ecall_extension ecall_ipi;
+extern struct sbi_ecall_extension ecall_vendor;
u16 sbi_ecall_version_major(void);