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

16 lines
302 B
C

/* 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_ */