]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/dpdk/lib/librte_eal/common/include/rte_pci_dev_feature_defs.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_eal / common / include / rte_pci_dev_feature_defs.h
diff --git a/ceph/src/spdk/dpdk/lib/librte_eal/common/include/rte_pci_dev_feature_defs.h b/ceph/src/spdk/dpdk/lib/librte_eal/common/include/rte_pci_dev_feature_defs.h
deleted file mode 100644 (file)
index e12c220..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
- * Copyright(c) 2010-2014 Intel Corporation
- */
-
-#ifndef _RTE_PCI_DEV_DEFS_H_
-#define _RTE_PCI_DEV_DEFS_H_
-
-/* interrupt mode */
-enum rte_intr_mode {
-       RTE_INTR_MODE_NONE = 0,
-       RTE_INTR_MODE_LEGACY,
-       RTE_INTR_MODE_MSI,
-       RTE_INTR_MODE_MSIX
-};
-
-#endif /* _RTE_PCI_DEV_DEFS_H_ */