Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
f696a3659fc4b3a3bf4bc83d9dbec5e5a2ffd929
/
.
/
include
/
linux
/
if_ltalk.h
blob: 76525760ba48398550dc856ec90c9a2ca55a05a7 [
file
] [
log
] [
blame
]
#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