mirror of https://github.com/F-Stack/f-stack.git
17 lines
297 B
C
17 lines
297 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright(c) 2015-2020
|
|
*/
|
|
|
|
#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"
|
|
#include "txgbe_dcb.h"
|
|
|
|
#endif /* _TXGBE_H_ */
|