]> Git Repo - J-linux.git/blob - include/uapi/linux/veth.h
Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
[J-linux.git] / include / uapi / linux / veth.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __NET_VETH_H_
3 #define __NET_VETH_H_
4
5 enum {
6         VETH_INFO_UNSPEC,
7         VETH_INFO_PEER,
8
9         __VETH_INFO_MAX
10 #define VETH_INFO_MAX   (__VETH_INFO_MAX - 1)
11 };
12
13 #endif
This page took 0.02843 seconds and 4 git commands to generate.