diff --git a/include/sbi/sbi_ecall.h b/include/sbi/sbi_ecall.h index 9500d043..046a56a5 100644 --- a/include/sbi/sbi_ecall.h +++ b/include/sbi/sbi_ecall.h @@ -13,8 +13,8 @@ #include #include -#define SBI_ECALL_VERSION_MAJOR 0 -#define SBI_ECALL_VERSION_MINOR 3 +#define SBI_ECALL_VERSION_MAJOR 1 +#define SBI_ECALL_VERSION_MINOR 0 #define SBI_OPENSBI_IMPID 1 struct sbi_trap_regs;