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