Skip to content
Commit a0424948 authored by Andrew Jones's avatar Andrew Jones
Browse files

riscv: sbi: Rename __*_sbi_ecall to sbi_*



Let's name all SBI ecall wrappers with the same pattern of sbi_<ext>
and sbi_<ext>_<func>, even those that are local to the SBI tests.
This is good for consistency and if those functions are ever promoted
to the library then we won't have to change all their invocations.

Signed-off-by: default avatarAndrew Jones <andrew.jones@linux.dev>
parent 70df1827
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment