/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2024 Intel Corporation */ #ifndef __IPU6_PCI_TBL_H__ #define __IPU6_PCI_TBL_H__ #include <linux/pci.h> #define PCI_DEVICE_ID_INTEL_IPU6 … #define PCI_DEVICE_ID_INTEL_IPU6SE … #define PCI_DEVICE_ID_INTEL_IPU6EP_ADLP … #define PCI_DEVICE_ID_INTEL_IPU6EP_ADLN … #define PCI_DEVICE_ID_INTEL_IPU6EP_RPLP … #define PCI_DEVICE_ID_INTEL_IPU6EP_MTL … static const struct pci_device_id ipu6_pci_tbl[] = …; #endif /* __IPU6_PCI_TBL_H__ */