Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
c2035a53e48959fc1ce6ed862a156f4c76b3ca85
/
.
/
include
/
linux
/
veth.h
blob: 3354c1eb424e6a7813ef1f1f6eb90c899cded6fe [
file
] [
log
] [
blame
]
Pavel Emelyanov
e314dbd
2007-09-25 16:14:46 -0700
[
diff
] [
blame
]
1
#ifndef
__NET_VETH_H_
2
#define
__NET_VETH_H_
3
4
enum
{
5
VETH_INFO_UNSPEC
,
6
VETH_INFO_PEER
,
7
8
__VETH_INFO_MAX
9
#define
VETH_INFO_MAX
(
__VETH_INFO_MAX
-
1
)
10
};
11
12
#endif