mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-18 18:37:39 +07:00
12 lines
146 B
C
12 lines
146 B
C
![]() |
#ifndef VPORT_VXLAN_H
|
||
|
#define VPORT_VXLAN_H 1
|
||
|
|
||
|
#include <linux/kernel.h>
|
||
|
#include <linux/types.h>
|
||
|
|
||
|
struct ovs_vxlan_opts {
|
||
|
__u32 gbp;
|
||
|
};
|
||
|
|
||
|
#endif
|