Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
[linux-2.6-block.git] / include / linux / if_link.h
CommitLineData
cbde1668
YH
1#ifndef _LINUX_IF_LINK_H
2#define _LINUX_IF_LINK_H
3
607ca46e 4#include <uapi/linux/if_link.h>
cbde1668 5
5f8444a3
GR
6
7/* We don't want this structure exposed to user space */
b280da8d
WM
8struct ifla_vf_info {
9 __u32 vf;
10 __u8 mac[32];
11 __u32 vlan;
12 __u32 qos;
5f8444a3 13 __u32 spoofchk;
1d8faf48 14 __u32 linkstate;
ed616689
SC
15 __u32 min_tx_rate;
16 __u32 max_tx_rate;
01a3d796 17 __u32 rss_query_en;
b280da8d 18};
cbde1668 19#endif /* _LINUX_IF_LINK_H */