From 960330c5d843d1aa96aa191fc27f72da563293ea Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 23 May 2022 21:31:48 +0300 Subject: new include structure, make parse easier for doxy --- arch/riscv64/kernel/sbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/riscv64/kernel/sbi.c') diff --git a/arch/riscv64/kernel/sbi.c b/arch/riscv64/kernel/sbi.c index 6a417d8..5602dd9 100644 --- a/arch/riscv64/kernel/sbi.c +++ b/arch/riscv64/kernel/sbi.c @@ -3,7 +3,7 @@ * riscv64 specific OpenSBI handling. */ -#include +#include "sbi.h" struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0, unsigned long arg1, unsigned long arg2, -- cgit v1.3