]> Git Repo - J-linux.git/blob - drivers/net/ethernet/intel/igc/igc_nvm.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / ethernet / intel / igc / igc_nvm.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c)  2018 Intel Corporation */
3
4 #ifndef _IGC_NVM_H_
5 #define _IGC_NVM_H_
6
7 s32 igc_acquire_nvm(struct igc_hw *hw);
8 void igc_release_nvm(struct igc_hw *hw);
9 s32 igc_read_mac_addr(struct igc_hw *hw);
10 s32 igc_read_nvm_eerd(struct igc_hw *hw, u16 offset, u16 words, u16 *data);
11 s32 igc_validate_nvm_checksum(struct igc_hw *hw);
12 s32 igc_update_nvm_checksum(struct igc_hw *hw);
13
14 #endif
This page took 0.027107 seconds and 4 git commands to generate.