]> bbs.cooldavid.org Git - net-next-2.6.git/blame - include/linux/veth.h
Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block
[net-next-2.6.git] / include / linux / veth.h
CommitLineData
e314dbdc
PE
1#ifndef __NET_VETH_H_
2#define __NET_VETH_H_
3
4enum {
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