2021-02-05 08:48:47 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
2022-09-06 04:00:10 +00:00
|
|
|
* Copyright(c) 2015-2020 Beijing WangXun Technology Co., Ltd.
|
2021-02-05 08:48:47 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _TXGBE_H_
|
|
|
|
#define _TXGBE_H_
|
|
|
|
|
|
|
|
#include "txgbe_type.h"
|
|
|
|
#include "txgbe_mng.h"
|
|
|
|
#include "txgbe_mbx.h"
|
|
|
|
#include "txgbe_eeprom.h"
|
|
|
|
#include "txgbe_phy.h"
|
|
|
|
#include "txgbe_hw.h"
|
2022-09-06 04:00:10 +00:00
|
|
|
#include "txgbe_vf.h"
|
2021-02-05 08:48:47 +00:00
|
|
|
#include "txgbe_dcb.h"
|
|
|
|
|
|
|
|
#endif /* _TXGBE_H_ */
|