xref: /OK3568_Linux_fs/kernel/net/ipv4/udp_tunnel_stub.c (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun // SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyun // Copyright (c) 2020 Facebook Inc.
3*4882a593Smuzhiyun 
4*4882a593Smuzhiyun #include <net/udp_tunnel.h>
5*4882a593Smuzhiyun 
6*4882a593Smuzhiyun const struct udp_tunnel_nic_ops *udp_tunnel_nic_ops;
7*4882a593Smuzhiyun EXPORT_SYMBOL_GPL(udp_tunnel_nic_ops);
8