Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright (c) 2021, Intel Corporation. */
0003 
0004 #ifndef _ICE_IDC_INT_H_
0005 #define _ICE_IDC_INT_H_
0006 
0007 #include <linux/net/intel/iidc.h>
0008 
0009 struct ice_pf;
0010 
0011 void ice_send_event_to_aux(struct ice_pf *pf, struct iidc_event *event);
0012 
0013 #endif /* !_ICE_IDC_INT_H_ */