]> Git Repo - J-linux.git/blob - drivers/net/ethernet/intel/ice/ice_idc_int.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / ethernet / intel / ice / ice_idc_int.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c) 2021, Intel Corporation. */
3
4 #ifndef _ICE_IDC_INT_H_
5 #define _ICE_IDC_INT_H_
6
7 #include <linux/net/intel/iidc.h>
8
9 struct ice_pf;
10
11 void ice_send_event_to_aux(struct ice_pf *pf, struct iidc_event *event);
12
13 #endif /* !_ICE_IDC_INT_H_ */
This page took 0.027318 seconds and 4 git commands to generate.