repo.or.cz
/
davej-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Kai Germaschewski: ISDN update (including Makefiles)
[davej-history.git]
/
include
/
linux
/
if_ltalk.h
blob
e75e832b7ff0dd56d79bb07029a89a16c067afa2
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__
9
extern
void
ltalk_setup
(
struct
net_device
*);
10
#endif
11
12
#endif