xref: /openbmc/linux/drivers/net/ethernet/intel/ice/ice_nvm.h (revision 15a1fbdcfb519c2bd291ed01c6c94e0b89537a77)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c) 2019, Intel Corporation. */
3 
4 #ifndef _ICE_NVM_H_
5 #define _ICE_NVM_H_
6 
7 enum ice_status ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data);
8 #endif /* _ICE_NVM_H_ */
9