14 lines · c
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 9struct ice_pf;10 11void ice_send_event_to_aux(struct ice_pf *pf, struct iidc_event *event);12 13#endif /* !_ICE_IDC_INT_H_ */14