1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c) 2015 - 2022 Beijing WangXun Technology Co., Ltd. */
3 
4 #ifndef _TXGBE_HW_H_
5 #define _TXGBE_HW_H_
6 
7 int txgbe_read_pba_string(struct txgbe_hw *hw, u8 *pba_num, u32 pba_num_size);
8 int txgbe_validate_eeprom_checksum(struct txgbe_hw *hw, u16 *checksum_val);
9 int txgbe_reset_hw(struct txgbe_hw *hw);
10 
11 #endif /* _TXGBE_HW_H_ */
12