Function sbi_rt::get_sbi_impl_version
source · pub fn get_sbi_impl_version() -> usize
Expand description
Return the current SBI implementation version.
The encoding of this version number is specific to the SBI implementation.
This function is defined in RISC-V SBI Specification chapter 4.3. According to the introduction of chapter 4, all base extension functions must success and return no error code.