#ifndef _LINUX_IF_LINK_H #define _LINUX_IF_LINK_H #include /* We don't want this structure exposed to user space */ struct ifla_vf_info { __u32 vf; __u8 mac[32]; __u32 vlan; __u32 qos; __u32 tx_rate; __u32 spoofchk; }; #endif /* _LINUX_IF_LINK_H */ dev/distro/kernel/atom/drivers/char/rocket_int.h?h=linux-6.6.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-02tty: rocketport uses different port flags to everyone elseAlan Cox
2008-07-20tty: add more tty_port fieldsAlan Cox
2008-07-20rocket: use tty_portAlan Cox
2008-04-29char: use get_unaligned_* helpersHarvey Harrison
2008-03-19drivers/char/rocket portability fixesAl Viro