1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 3 * Copyright (C) 2024 Intel Corporation 4 */ 5 6 #ifndef __IPU6_PCI_TBL_H__ 7 #define __IPU6_PCI_TBL_H__ 8 9 #include <linux/pci.h> 10 11 #define PCI_DEVICE_ID_INTEL_IPU6 12 #define PCI_DEVICE_ID_INTEL_IPU6SE 13 #define PCI_DEVICE_ID_INTEL_IPU6EP_ADLP 14 #define PCI_DEVICE_ID_INTEL_IPU6EP_ADLN 15 #define PCI_DEVICE_ID_INTEL_IPU6EP_RPLP 16 #define PCI_DEVICE_ID_INTEL_IPU6EP_MTL 17 18 static const struct pci_device_id ipu6_pci_tbl 19 { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INT 20 { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INT 21 { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INT 22 { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INT 23 { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INT 24 { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INT 25 { } 26 }; 27 28 #endif /* __IPU6_PCI_TBL_H__ */ 29
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.