xref: /openbmc/linux/drivers/net/ethernet/wangxun/ngbe/ngbe_hw.h (revision ffdd9bd7a278e37aa80de9ccc0b511d7387c2be7)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * WangXun Gigabit PCI Express Linux driver
4  * Copyright (c) 2019 - 2022 Beijing WangXun Technology Co., Ltd.
5  */
6 
7 #ifndef _NGBE_HW_H_
8 #define _NGBE_HW_H_
9 
10 int ngbe_eeprom_chksum_hostif(struct ngbe_hw *hw);
11 int ngbe_reset_hw(struct ngbe_hw *hw);
12 #endif /* _NGBE_HW_H_ */
13