162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * WangXun Gigabit PCI Express Linux driver 462306a36Sopenharmony_ci * Copyright (c) 2019 - 2022 Beijing WangXun Technology Co., Ltd. 562306a36Sopenharmony_ci */ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#ifndef _NGBE_HW_H_ 862306a36Sopenharmony_ci#define _NGBE_HW_H_ 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciint ngbe_eeprom_chksum_hostif(struct wx *wx); 1162306a36Sopenharmony_civoid ngbe_sfp_modules_txrx_powerctl(struct wx *wx, bool swi); 1262306a36Sopenharmony_ciint ngbe_reset_hw(struct wx *wx); 1362306a36Sopenharmony_ci#endif /* _NGBE_HW_H_ */ 14