Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /* Copyright 2013 Cisco Systems, Inc.  All rights reserved. */
0003 
0004 #ifndef __ENIC_API_H__
0005 #define __ENIC_API_H__
0006 
0007 #include <linux/netdevice.h>
0008 
0009 #include "vnic_dev.h"
0010 #include "vnic_devcmd.h"
0011 
0012 int enic_api_devcmd_proxy_by_index(struct net_device *netdev, int vf,
0013     enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait);
0014 
0015 #endif