Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux-2.6-microblaze.git] / drivers / net / ethernet / intel / ice / ice_fw_update.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2018-2019, Intel Corporation. */
3
4 #ifndef _ICE_FW_UPDATE_H_
5 #define _ICE_FW_UPDATE_H_
6
7 int ice_flash_pldm_image(struct ice_pf *pf, const struct firmware *fw,
8                          u8 preservation, struct netlink_ext_ack *extack);
9 int ice_check_for_pending_update(struct ice_pf *pf, const char *component,
10                                  struct netlink_ext_ack *extack);
11
12 #endif