aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/include/rte_pci_dev_feature_defs.h
blob: e12c22081f98b98795f5de15cbc466c3a1e3fcd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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_ */