repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
net
/
wireless
/
cisco
/
airo.h
blob
8a02977a2e2baffdc1285b9173e9bd288c659730
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _AIRO_H_
3
#define _AIRO_H_
4
5
struct
net_device
*
init_airo_card
(
unsigned short
irq
,
int
port
,
int
is_pcmcia
,
6
struct
device
*
dmdev
);
7
int
reset_airo_card
(
struct
net_device
*
dev
);
8
void
stop_airo_card
(
struct
net_device
*
dev
,
int
freeres
);
9
10
#endif
/* _AIRO_H_ */