/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * pcitest.h - PCI test uapi defines * * Copyright (C) 2017 Texas Instruments * Author: Kishon Vijay Abraham I <[email protected]> * */ #ifndef __UAPI_LINUX_PCITEST_H #define __UAPI_LINUX_PCITEST_H #define PCITEST_BAR … #define PCITEST_INTX_IRQ … #define PCITEST_LEGACY_IRQ … #define PCITEST_MSI … #define PCITEST_WRITE … #define PCITEST_READ … #define PCITEST_COPY … #define PCITEST_MSIX … #define PCITEST_SET_IRQTYPE … #define PCITEST_GET_IRQTYPE … #define PCITEST_CLEAR_IRQ … #define PCITEST_FLAGS_USE_DMA … struct pci_endpoint_test_xfer_param { … }; #endif /* __UAPI_LINUX_PCITEST_H */