git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d696b6e6044e62dfc2218d2a9cbce01aa5125001
[dpdk.git]
/
drivers
/
net
/
igc
/
igc_ethdev.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(c) 2019-2020 Intel Corporation
3
*/
4
5
#ifndef _IGC_ETHDEV_H_
6
#define _IGC_ETHDEV_H_
7
8
#ifdef __cplusplus
9
extern "C" {
10
#endif
11
12
#define IGC_QUEUE_PAIRS_NUM 4
13
14
#ifdef __cplusplus
15
}
16
#endif
17
18
#endif /* _IGC_ETHDEV_H_ */