Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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
9extern const struct msi_parent_ops gic_v3_its_msi_parent_ops;
10extern const struct msi_parent_ops gic_v5_its_msi_parent_ops;
11
12#endif /* _IRQ_GIC_ITS_MSI_PARENT_H */