repo.or.cz
/
hh.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync hh.org
[hh.org.git]
/
drivers
/
net
/
wireless
/
acx
/
acx_hw.h
blob
5cef238754e840da20795f89a7b481d1a351b09a
1
/*
2
* Interface for ACX slave memory driver
3
*
4
* Copyright (c) 2006 SDG Systems, LLC
5
*
6
* GPL
7
*
8
*/
9
10
#ifndef _ACX_HW_H
11
#define _ACX_HW_H
12
13
struct
acx_hardware_data
{
14
int
(*
start_hw
)(
void
);
15
int
(*
stop_hw
)(
void
);
16
};
17
18
#endif
/* _ACX_HW_H */