mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 12:49:47 +07:00
9 lines
227 B
C
9 lines
227 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/* Copyright (c) 2019, Intel Corporation. */
|
||
|
|
||
|
#ifndef _ICE_NVM_H_
|
||
|
#define _ICE_NVM_H_
|
||
|
|
||
|
enum ice_status ice_read_sr_word(struct ice_hw *hw, u16 offset, u16 *data);
|
||
|
#endif /* _ICE_NVM_H_ */
|