repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
include
/
uapi
/
linux
/
veth.h
blob
52b58e587e236d30e986ef041fa6ef2854919be7
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