commit | e82a22798baa3e55aa2281bf7e52b72436525515 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jul 31 02:55:23 2018 -0700 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed Oct 10 12:28:53 2018 -0500 |
tree | d5c85f84c975ae35903dc0227e343a013ddfd958 | |
parent | 2ccb8b0261860e78ff4942809c0a203b70e1ed6a [diff] |
linux/if_ether.h: Add VLAN related macros There are VLAN related macros defined in include/linux/if_vlan.h in Linux kernel, as well as some kernel useful structures and inline functions. Instead of a complete import from kernel, let's add these VLAN macros to U-Boot's include/linux/if_ether.h. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>