summaryrefslogtreecommitdiff
path: root/sys/riscv/include/sbi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/riscv/include/sbi.h')
-rw-r--r--sys/riscv/include/sbi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/riscv/include/sbi.h b/sys/riscv/include/sbi.h
index 9458d2424563..50cacb3e6e5a 100644
--- a/sys/riscv/include/sbi.h
+++ b/sys/riscv/include/sbi.h
@@ -47,6 +47,10 @@
/* SBI Implementation IDs */
#define SBI_IMPL_ID_BBL 0
#define SBI_IMPL_ID_OPENSBI 1
+#define SBI_IMPL_ID_XVISOR 2
+#define SBI_IMPL_ID_KVM 3
+#define SBI_IMPL_ID_RUSTSBI 4
+#define SBI_IMPL_ID_DIOSIX 5
/* SBI Error Codes */
#define SBI_SUCCESS 0