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 / if_ltalk.h
blob76525760ba48398550dc856ec90c9a2ca55a05a7
1 #ifndef __LINUX_LTALK_H
2 #define __LINUX_LTALK_H
4 #define LTALK_HLEN 1
5 #define LTALK_MTU 600
6 #define LTALK_ALEN 1
8 #ifdef __KERNEL__
9 extern struct net_device *alloc_ltalkdev(int sizeof_priv);
10 #endif
12 #endif