1*348048e7SDave Ertman /* SPDX-License-Identifier: GPL-2.0 */
2*348048e7SDave Ertman /* Copyright (c) 2021, Intel Corporation. */
3*348048e7SDave Ertman 
4*348048e7SDave Ertman #ifndef _ICE_IDC_INT_H_
5*348048e7SDave Ertman #define _ICE_IDC_INT_H_
6*348048e7SDave Ertman 
7*348048e7SDave Ertman #include <linux/net/intel/iidc.h>
8*348048e7SDave Ertman 
9*348048e7SDave Ertman struct ice_pf;
10*348048e7SDave Ertman 
11*348048e7SDave Ertman void ice_send_event_to_aux(struct ice_pf *pf, struct iidc_event *event);
12*348048e7SDave Ertman 
13*348048e7SDave Ertman #endif /* !_ICE_IDC_INT_H_ */
14