summaryrefslogtreecommitdiff
path: root/src/arch/riscv/include/sbi.h
diff options
context:
space:
mode:
authorMaximilian Brune <maximilian.brune@9elements.com>2024-03-07 22:56:27 +0100
committerMartin L Roth <gaumless@gmail.com>2024-03-09 23:47:19 +0000
commit5d0fa0de70145de85dcc6bd7c1ba0db19b864b89 (patch)
tree496dca4a6569a9c44e6c33f7709bc7febcafc531 /src/arch/riscv/include/sbi.h
parent56c3444d85a1b60fcc891910c9c60e5f75ba9197 (diff)
arch/riscv: Remove typedefs
typedefs violate our coding-style Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: Id51eda53b6b53ed2cc66c0339c03c855c12c1bd8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/81124 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Hug <philipp@hug.cx>
Diffstat (limited to 'src/arch/riscv/include/sbi.h')
-rw-r--r--src/arch/riscv/include/sbi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/riscv/include/sbi.h b/src/arch/riscv/include/sbi.h
index 04b0ac7c3f..8c526fcd81 100644
--- a/src/arch/riscv/include/sbi.h
+++ b/src/arch/riscv/include/sbi.h
@@ -21,6 +21,6 @@
#define IPI_SFENCE_VMA_ASID 8
#define IPI_SHUTDOWN 16
-void handle_sbi(trapframe *tf);
+void handle_sbi(struct trapframe *tf);
#endif /* RISCV_SBI_H */