xref: /linux/drivers/net/ethernet/intel/ice/ice_idc_int.h (revision 21508c8c972ca0ff06b07af37adb4021ab527de2)
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_rdma.h>
8 #include <linux/net/intel/iidc_rdma_ice.h>
9 
10 struct ice_pf;
11 
12 void ice_send_event_to_aux(struct ice_pf *pf, struct iidc_rdma_event *event);
13 
14 #endif /* !_ICE_IDC_INT_H_ */
15