2005-04-16 18:20:36 -04:00
|
|
|
#ifndef __LINUX_LTALK_H
|
|
|
|
#define __LINUX_LTALK_H
|
|
|
|
|
|
|
|
#define LTALK_HLEN 1
|
|
|
|
#define LTALK_MTU 600
|
|
|
|
#define LTALK_ALEN 1
|
|
|
|
|
|
|
|
#ifdef __KERNEL__
|
2005-05-05 17:25:59 -04:00
|
|
|
extern struct net_device *alloc_ltalkdev(int sizeof_priv);
|
2005-04-16 18:20:36 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|