Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.15 12 lines 389 B view raw
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_flash_pldm_image(struct ice_pf *pf, const struct firmware *fw, 8 u8 preservation, struct netlink_ext_ack *extack); 9int ice_check_for_pending_update(struct ice_pf *pf, const char *component, 10 struct netlink_ext_ack *extack); 11 12#endif