diff options
author | Olof Johansson <olof@lixom.net> | 2019-04-10 17:41:52 -0700 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-04-24 09:49:46 +0530 |
commit | 10baa64c02f6746fd506136e0693aa2d592574fb (patch) | |
tree | da00e48f0cb5d1434cbc7c31bb6ca15efa7d4564 /include/sbi/sbi_ecall.h | |
parent | fbf986ac2a0b926ae97e6796b87e366610d7589e (diff) |
all: run clang-format and update checked-in files
Noisy commit, no functional changes.
Generated with an current upstream clang-format and:
clang-format -i $(find . -name \*.[ch])
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include/sbi/sbi_ecall.h')
-rw-r--r-- | include/sbi/sbi_ecall.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sbi/sbi_ecall.h b/include/sbi/sbi_ecall.h index 2425fc5..a5b47a1 100644 --- a/include/sbi/sbi_ecall.h +++ b/include/sbi/sbi_ecall.h @@ -19,8 +19,7 @@ u16 sbi_ecall_version_major(void); u16 sbi_ecall_version_minor(void); -int sbi_ecall_handler(u32 hartid, ulong mcause, - struct sbi_trap_regs *regs, +int sbi_ecall_handler(u32 hartid, ulong mcause, struct sbi_trap_regs *regs, struct sbi_scratch *scratch); #endif |