diff options
Diffstat (limited to 'arch/riscv64/include/sbi.h')
| -rw-r--r-- | arch/riscv64/include/sbi.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/riscv64/include/sbi.h b/arch/riscv64/include/sbi.h index 609849d..e6ceb92 100644 --- a/arch/riscv64/include/sbi.h +++ b/arch/riscv64/include/sbi.h @@ -5,8 +5,9 @@ struct sbiret { long value; }; -struct sbiret sbi_ecall(int ext, int fid, - unsigned long arg0, unsigned long arg1, unsigned long arg2, - unsigned long arg3, unsigned long arg4, unsigned long arg5); +struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0, + unsigned long arg1, unsigned long arg2, + unsigned long arg3, unsigned long arg4, + unsigned long arg5); #endif /* APOS_RISCV_SBI_H */ |
