diff options
author | sephe <sephe@FreeBSD.org> | 2016-11-11 03:41:36 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2016-11-11 03:41:36 +0000 |
commit | 4ad40b01548f3cf0381961fa100d18e7ac1736cc (patch) | |
tree | cf615ea8aeb70bbf81676accaf546155c8319f10 | |
parent | 92a199888a0298fb5bbc43d1734e30685bd336b7 (diff) | |
download | FreeBSD-src-4ad40b01548f3cf0381961fa100d18e7ac1736cc.zip FreeBSD-src-4ad40b01548f3cf0381961fa100d18e7ac1736cc.tar.gz |
MFC 307844
hyperv/hn: Nuke unused forward declaration.
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D8314
-rw-r--r-- | sys/dev/hyperv/netvsc/if_hnvar.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/hyperv/netvsc/if_hnvar.h b/sys/dev/hyperv/netvsc/if_hnvar.h index 9e73a2d..0b37cf3 100644 --- a/sys/dev/hyperv/netvsc/if_hnvar.h +++ b/sys/dev/hyperv/netvsc/if_hnvar.h @@ -48,11 +48,6 @@ struct hn_send_ctx { void *hn_cbarg; }; -struct rndis_hash_info; -struct rndix_hash_value; -struct ndis_8021q_info_; -struct rndis_tcp_ip_csum_info_; - #define HN_NDIS_VLAN_INFO_INVALID 0xffffffff #define HN_NDIS_RXCSUM_INFO_INVALID 0 #define HN_NDIS_HASH_INFO_INVALID 0 |