Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / include / uapi / linux / veth.h
blob52b58e587e236d30e986ef041fa6ef2854919be7
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __NET_VETH_H_
3 #define __NET_VETH_H_
5 enum {
6 VETH_INFO_UNSPEC,
7 VETH_INFO_PEER,
9 __VETH_INFO_MAX
10 #define VETH_INFO_MAX (__VETH_INFO_MAX - 1)
13 #endif