f-stack/dpdk/drivers/net/ngbe/base/ngbe.h

16 lines
302 B
C
Raw Normal View History

2022-09-06 04:00:10 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2018-2021 Beijing WangXun Technology Co., Ltd.
*/
#ifndef _NGBE_H_
#define _NGBE_H_
#include "ngbe_type.h"
#include "ngbe_mng.h"
#include "ngbe_mbx.h"
#include "ngbe_eeprom.h"
#include "ngbe_phy.h"
#include "ngbe_hw.h"
#endif /* _NGBE_H_ */