• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This header was generated from the Linux kernel headers by update_headers.py,
3  * to provide necessary information from kernel to userspace, such as constants,
4  * structures, and macros, and thus, contains no copyrightable information.
5  */
6 #ifndef __NET_VETH_H_
7 #define __NET_VETH_H_
8 enum {
9 	VETH_INFO_UNSPEC,
10 	VETH_INFO_PEER,
11 	__VETH_INFO_MAX
12 #define VETH_INFO_MAX	(__VETH_INFO_MAX - 1)
13 };
14 #endif
15