blob: abdd708c93dff13f4913d8f71ce049323738c947 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright(c) 2025 Intel Corporation. */
#ifndef _IXGBE_FW_UPDATE_H_
#define _IXGBE_FW_UPDATE_H_
int ixgbe_flash_pldm_image(struct devlink *devlink,
struct devlink_flash_update_params *params,
struct netlink_ext_ack *extack);
int ixgbe_get_pending_updates(struct ixgbe_adapter *adapter, u8 *pending,
struct netlink_ext_ack *extack);
#endif
|