Sign in
android-kvm
/
linux
/
b3f7e3f23a763ccaae7b52d88d2c91e66c80d406
/
.
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_nvm.h
blob: a9fa011c22c6b2454b87653abcc88351635b16e4 [
file
] [
log
] [
blame
]
/* 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_ */