Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: fde7d9049e55ab85a390be7f415d74c9f62dd0f9 authored by Linus Torvalds on 10 March 2012, 21:49:52 UTC
Linux 3.3-rc7
Tip revision: fde7d90
if_ltalk.h
#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
back to top