dashboard
repositories
activity
search
login
ljy
/
RK3588_XEN
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改背光 - pwm3
hc
2024-08-15
77e89012189e2b1c68eace320794579f45b94136
[~ljy/RK3588_XEN.git]
/
kernel
/
net
/
ipv4
/
udp_tunnel_stub.c
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-2.0-only
// Copyright (c) 2020 Facebook Inc.
#include <net/udp_tunnel.h>
const struct udp_tunnel_nic_ops *udp_tunnel_nic_ops;
EXPORT_SYMBOL_GPL(udp_tunnel_nic_ops);