blob: 76525760ba48398550dc856ec90c9a2ca55a05a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef __LINUX_LTALK_H
#define __LINUX_LTALK_H
#define LTALK_HLEN 1
#define LTALK_MTU 600
#define LTALK_ALEN 1
#ifdef __KERNEL__
extern struct net_device *alloc_ltalkdev(int sizeof_priv);
#endif
#endif
|