1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __NET_BAREUDP_H
4 #define __NET_BAREUDP_H
6 #include <linux/types.h>
7 #include <linux/skbuff.h>
15 struct net_device *bareudp_dev_create(struct net *net, const char *name,
17 struct bareudp_conf *info);