]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
PCI: endpoint: pcitest: Add IRQ_TYPE_* defines to UAPI header
authorNiklas Cassel <cassel@kernel.org>
Mon, 10 Mar 2025 11:10:18 +0000 (12:10 +0100)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Fri, 14 Mar 2025 16:12:04 +0000 (16:12 +0000)
commit2b48d3dcb74a22af05aeb707614584eb15ef16da
tree0845f45f09dd1ecebcd67d6fff047aa9c3a6e373
parente1ec81ebfffbaf6b28be91ac179a5cc90d79436b
PCI: endpoint: pcitest: Add IRQ_TYPE_* defines to UAPI header

These IRQ_TYPE_* defines are used by both drivers/misc/pci_endpoint_test.c
and tools/testing/selftests/pci_endpoint/pci_endpoint_test.c.

Considering that both the misc driver and the selftest already includes
the pcitest.h UAPI header, it makes sense for these IRQ_TYPE_* defines
to be located in the pcitest.h UAPI header.

Signed-off-by: Niklas Cassel <cassel@kernel.org>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Link: https://lore.kernel.org/r/20250310111016.859445-10-cassel@kernel.org
include/uapi/linux/pcitest.h