Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __LINUX_LTALK_H |
2 | #define __LINUX_LTALK_H | ||||
3 | |||||
David Howells | 607ca46 | 2012-10-13 10:46:48 +0100 | [diff] [blame] | 4 | #include <uapi/linux/if_ltalk.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
Christoph Hellwig | 3ef4e9a | 2005-05-05 14:25:59 -0700 | [diff] [blame] | 6 | extern struct net_device *alloc_ltalkdev(int sizeof_priv); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #endif |