xref: /linux/drivers/net/ethernet/intel/ice/ice_nvm.h (revision 2305f60b76110cb3e8658a4ae85d1f7eb0c66a5b)
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