summaryrefslogtreecommitdiffstats
path: root/src/pal/linux/rte_ethdev_includes.h
blob: e957b68bdf440b3a36235da6bc3bac272bc29a36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef __RTE_ETHDEV_INCLUDES_H__
#define __RTE_ETHDEV_INCLUDES_H__

struct rte_eth_link {
    int link_autoneg;
    int link_speed;
    int link_duplex;
    int link_status;
};


enum rte_eth_fc_mode {
};

struct rte_eth_xstat {
};

struct rte_eth_xstat_name {
};

struct rte_eth_fc_conf {
};

struct rte_eth_dev_info {
};

#endif /* __RTE_ETHDEV_INCLUDES_H__ */