summaryrefslogtreecommitdiff
path: root/src/arch/riscv/sbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/riscv/sbi.c')
-rw-r--r--src/arch/riscv/sbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/riscv/sbi.c b/src/arch/riscv/sbi.c
index 415ea9499d..8bf21b72ba 100644
--- a/src/arch/riscv/sbi.c
+++ b/src/arch/riscv/sbi.c
@@ -55,7 +55,7 @@ static uintptr_t sbi_clear_ipi(void)
* function : register a7
* return : register a0
*/
-void handle_sbi(trapframe *tf)
+void handle_sbi(struct trapframe *tf)
{
uintptr_t ret = 0;
uintptr_t arg0 = tf->gpr[10];