1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * Copyright (C) 2024 ARM Limited, All Rights Reserved. 4 */ 5 6 #ifndef _IRQ_GIC_ITS_MSI_PARENT_H 7 #define _IRQ_GIC_ITS_MSI_PARENT_H 8 9 extern const struct msi_parent_ops gic_v3_its_msi_parent_ops; 10 extern const struct msi_parent_ops gic_v5_its_msi_parent_ops; 11 12 #endif /* _IRQ_GIC_ITS_MSI_PARENT_H */ 13