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