xref: /dpdk/drivers/net/txgbe/base/txgbe.h (revision f8aadb64dfae83ab5343a004fd02e5711e9d78a4)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2015-2020 Beijing WangXun Technology Co., Ltd.
3  */
4 
5 #ifndef _TXGBE_H_
6 #define _TXGBE_H_
7 
8 #include "txgbe_type.h"
9 #include "txgbe_mng.h"
10 #include "txgbe_mbx.h"
11 #include "txgbe_eeprom.h"
12 #include "txgbe_phy.h"
13 #include "txgbe_hw.h"
14 #include "txgbe_vf.h"
15 #include "txgbe_dcb.h"
16 
17 #endif /* _TXGBE_H_ */
18