Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright (C) 2018-2019, Intel Corporation. */
0003 
0004 #ifndef _ICE_FW_UPDATE_H_
0005 #define _ICE_FW_UPDATE_H_
0006 
0007 int ice_devlink_flash_update(struct devlink *devlink,
0008                  struct devlink_flash_update_params *params,
0009                  struct netlink_ext_ack *extack);
0010 int ice_get_pending_updates(struct ice_pf *pf, u8 *pending,
0011                 struct netlink_ext_ack *extack);
0012 
0013 #endif