]> Git Repo - J-linux.git/blob - drivers/net/ethernet/intel/ice/ice_fw_update.h
Merge tag 'trace-tools-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[J-linux.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_devlink_flash_update(struct devlink *devlink,
8                              struct devlink_flash_update_params *params,
9                              struct netlink_ext_ack *extack);
10 int ice_get_pending_updates(struct ice_pf *pf, u8 *pending,
11                             struct netlink_ext_ack *extack);
12
13 #endif
This page took 0.024108 seconds and 4 git commands to generate.