git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/sfc/base: fix a typo in unicast filter insertion comment
[dpdk.git]
/
drivers
/
net
/
ixgbe
/
base
/
ixgbe_hv_vf.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(c) 2001-2018
3
*/
4
5
#ifndef _IXGBE_HV_VF_H_
6
#define _IXGBE_HV_VF_H_
7
8
#include "ixgbe_type.h"
9
10
s32 ixgbevf_hv_init_ops_vf(struct ixgbe_hw *hw);
11
12
#endif /* _IXGBE_HV_VF_H_ */