1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2018-2021 Beijing WangXun Technology Co., Ltd. 3 */ 4 5 #ifndef _NGBE_H_ 6 #define _NGBE_H_ 7 8 #include "ngbe_type.h" 9 #include "ngbe_mng.h" 10 #include "ngbe_mbx.h" 11 #include "ngbe_eeprom.h" 12 #include "ngbe_phy.h" 13 #include "ngbe_hw.h" 14 #include "ngbe_vf.h" 15 16 #endif /* _NGBE_H_ */ 17