blob: 98c6c71076a531064c6eefbd306e3ed04ece8b06 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef MAINBOARD_EMULATION_QEMU_SBSA_CHIP_H
#define MAINBOARD_EMULATION_QEMU_SBSA_CHIP_H
#include <types.h>
struct mainboard_emulation_qemu_sbsa_config {
uint32_t vgic_maintenance_interrupt;
uint32_t performance_interrupt_gsiv;
};
#endif