repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[wrt350n-kernel.git]
/
drivers
/
net
/
wireless
/
airo.h
blob
e480adf86be6525a6caac9236ad99fd672dee60e
1
#ifndef _AIRO_H_
2
#define _AIRO_H_
3
4
struct
net_device
*
init_airo_card
(
unsigned short
irq
,
int
port
,
int
is_pcmcia
,
5
struct
device
*
dmdev
);
6
int
reset_airo_card
(
struct
net_device
*
dev
);
7
void
stop_airo_card
(
struct
net_device
*
dev
,
int
freeres
);
8
9
#endif
/* _AIRO_H_ */