You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
161 B
13 lines
161 B
18 years ago
|
#ifndef __NET_VETH_H_
|
||
|
#define __NET_VETH_H_
|
||
|
|
||
|
enum {
|
||
|
VETH_INFO_UNSPEC,
|
||
|
VETH_INFO_PEER,
|
||
|
|
||
|
__VETH_INFO_MAX
|
||
|
#define VETH_INFO_MAX (__VETH_INFO_MAX - 1)
|
||
|
};
|
||
|
|
||
|
#endif
|