GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / veth.h
blob3354c1eb424e6a7813ef1f1f6eb90c899cded6fe
1 #ifndef __NET_VETH_H_
2 #define __NET_VETH_H_
4 enum {
5 VETH_INFO_UNSPEC,
6 VETH_INFO_PEER,
8 __VETH_INFO_MAX
9 #define VETH_INFO_MAX (__VETH_INFO_MAX - 1)
12 #endif