xref: /linux/drivers/net/ethernet/intel/ixgbe/ixgbe_fw_update.h (revision 876f5ebd58a9ac42f48a7ead3d5b274a314e0ace)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2025 Intel Corporation. */
3 
4 #ifndef _IXGBE_FW_UPDATE_H_
5 #define _IXGBE_FW_UPDATE_H_
6 
7 int ixgbe_flash_pldm_image(struct devlink *devlink,
8 			   struct devlink_flash_update_params *params,
9 			   struct netlink_ext_ack *extack);
10 int ixgbe_get_pending_updates(struct ixgbe_adapter *adapter, u8 *pending,
11 			      struct netlink_ext_ack *extack);
12 #endif
13