net/hns3: fix typos on comments
[dpdk.git] / drivers / net / txgbe / base / txgbe.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2015-2020
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_ */