]> git.karo-electronics.de Git - karo-tx-linux.git/blob - net/openvswitch/vport-vxlan.h
Merge tag 'v3.20-exynos5433-clk' of git://linuxtv.org/snawrocki/samsung into clk...
[karo-tx-linux.git] / net / openvswitch / vport-vxlan.h
1 #ifndef VPORT_VXLAN_H
2 #define VPORT_VXLAN_H 1
3
4 #include <linux/kernel.h>
5 #include <linux/types.h>
6
7 struct ovs_vxlan_opts {
8         __u32 gbp;
9 };
10
11 #endif