mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
3ef4e9a8db
this matches the API used by other link layer like ethernet or token ring. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>
12 lines
209 B
C
12 lines
209 B
C
#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
|