diff options
Diffstat (limited to 'drivers/acpi/riscv/init.h')
-rw-r--r-- | drivers/acpi/riscv/init.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/acpi/riscv/init.h b/drivers/acpi/riscv/init.h new file mode 100644 index 000000000000..0b9a07e4031f --- /dev/null +++ b/drivers/acpi/riscv/init.h @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +#include <linux/init.h> + +void __init riscv_acpi_init_gsi_mapping(void); |