2005-04-16 15:20:36 -07:00
|
|
|
#ifndef __LINUX_LTALK_H
|
|
|
|
#define __LINUX_LTALK_H
|
|
|
|
|
2012-10-13 10:46:48 +01:00
|
|
|
#include <uapi/linux/if_ltalk.h>
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2005-05-05 14:25:59 -07:00
|
|
|
extern struct net_device *alloc_ltalkdev(int sizeof_priv);
|
2005-04-16 15:20:36 -07:00
|
|
|
#endif
|