aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/veth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/veth.h')
-rw-r--r--include/net/veth.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/net/veth.h b/include/net/veth.h
deleted file mode 100644
index 3354c1eb424e..000000000000
--- a/include/net/veth.h
+++ /dev/null
@@ -1,12 +0,0 @@
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