summaryrefslogtreecommitdiff
path: root/tools/pkg/0/mlibc/linux-headers/linux/veth.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pkg/0/mlibc/linux-headers/linux/veth.h')
-rw-r--r--tools/pkg/0/mlibc/linux-headers/linux/veth.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/pkg/0/mlibc/linux-headers/linux/veth.h b/tools/pkg/0/mlibc/linux-headers/linux/veth.h
deleted file mode 100644
index 52b58e5..0000000
--- a/tools/pkg/0/mlibc/linux-headers/linux/veth.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#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