Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 3906fe9bb7f1a2c8667ae54e967dc8690824f4ea authored by Linus Torvalds on 25 October 2021, 18:30:31 UTC
Linux 5.15-rc7
Tip revision: 3906fe9
ice_idc_int.h
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (c) 2021, Intel Corporation. */

#ifndef _ICE_IDC_INT_H_
#define _ICE_IDC_INT_H_

#include <linux/net/intel/iidc.h>
#include "ice.h"

struct ice_pf;

void ice_send_event_to_aux(struct ice_pf *pf, struct iidc_event *event);

#endif /* !_ICE_IDC_INT_H_ */
back to top