brintos

brintos / linux-shallow public Read only

0
0
Text · 264 B · 5ef9790 Raw
14 lines · c
1// SPDX-License-Identifier: GPL-2.0-only2/*3 * Copyright (C) 2023-2024, Ventana Micro Systems Inc4 *	Author: Sunil V L <sunilvl@ventanamicro.com>5 */6 7#include <linux/acpi.h>8#include "init.h"9 10void __init acpi_riscv_init(void)11{12	riscv_acpi_init_gsi_mapping();13}14