mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 23:13:01 +02:00

To prepare for the IDC upgrade to support different CORE PCI drivers, rename header file from iidc.h to iidc_rdma.h since this files functionality is specifically for RDMA support. Use net/dscp.h include in irdma osdep.h and DSCP_MAX type.h, instead of iidc header and define. Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com> Signed-off-by: Dave Ertman <david.m.ertman@intel.com> Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
14 lines
294 B
C
14 lines
294 B
C
/* 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_rdma.h>
|
|
|
|
struct ice_pf;
|
|
|
|
void ice_send_event_to_aux(struct ice_pf *pf, struct iidc_event *event);
|
|
|
|
#endif /* !_ICE_IDC_INT_H_ */
|