2021-10-27 18:46:41 +05:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Copyright (C) 2018-2019, Intel Corporation. */
|
|
|
|
|
|
|
|
#ifndef _ICE_FW_UPDATE_H_
|
|
|
|
#define _ICE_FW_UPDATE_H_
|
|
|
|
|
2022-04-02 17:19:37 +05:00
|
|
|
int ice_devlink_flash_update(struct devlink *devlink,
|
|
|
|
struct devlink_flash_update_params *params,
|
|
|
|
struct netlink_ext_ack *extack);
|
|
|
|
int ice_get_pending_updates(struct ice_pf *pf, u8 *pending,
|
|
|
|
struct netlink_ext_ack *extack);
|
2021-10-27 18:46:41 +05:00
|
|
|
|
|
|
|
#endif
|