]> Git Repo - J-linux.git/blob - drivers/net/ethernet/cisco/enic/enic_api.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / ethernet / cisco / enic / enic_api.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright 2013 Cisco Systems, Inc.  All rights reserved. */
3
4 #ifndef __ENIC_API_H__
5 #define __ENIC_API_H__
6
7 #include <linux/netdevice.h>
8
9 #include "vnic_dev.h"
10 #include "vnic_devcmd.h"
11
12 int enic_api_devcmd_proxy_by_index(struct net_device *netdev, int vf,
13         enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait);
14
15 #endif
This page took 0.026449 seconds and 4 git commands to generate.