cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

ice_fw_update.h (398B)


      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
      7int ice_devlink_flash_update(struct devlink *devlink,
      8			     struct devlink_flash_update_params *params,
      9			     struct netlink_ext_ack *extack);
     10int ice_get_pending_updates(struct ice_pf *pf, u8 *pending,
     11			    struct netlink_ext_ack *extack);
     12
     13#endif