Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.3-rc4 12 lines 209 B view raw
1#ifndef __LINUX_LTALK_H 2#define __LINUX_LTALK_H 3 4#define LTALK_HLEN 1 5#define LTALK_MTU 600 6#define LTALK_ALEN 1 7 8#ifdef __KERNEL__ 9extern struct net_device *alloc_ltalkdev(int sizeof_priv); 10#endif 11 12#endif