mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
5 lines
116 B
C
5 lines
116 B
C
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
#include <linux/init.h>
|
||
|
|
||
|
void __init riscv_acpi_init_gsi_mapping(void);
|