
12 Feb
2019
12 Feb
'19
4:03 a.m.
On Tue, Feb 12, 2019 at 6:14 AM Lukas Auer lukas.auer@aisec.fraunhofer.de wrote:
Import the supervisor binary interface (SBI) header file from Linux (arch/riscv/include/asm/sbi.h). The last change to it was in commit 6d60b6ee0c97 ("RISC-V: Device, timer, IRQs, and the SBI").
Signed-off-by: Lukas Auer lukas.auer@aisec.fraunhofer.de
arch/riscv/include/asm/sbi.h | 94 ++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 arch/riscv/include/asm/sbi.h
Reviewed-by: Bin Meng bmeng.cn@gmail.com