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