repo.or.cz
/
linux-2.6.9-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git]
/
drivers
/
usb
/
net
/
Zydas
/
zdturbo_burst.h
blob
df3718d0daf02db74c11f2349bd2aaa24cb36ddd
1
#ifndef __ZDTURBO_BURST__H
2
#define __ZDTURBO_BURST__H
3
BOOLEAN
Turbo_BurstSTA_Check
(
void
);
4
void
Turbo_BurstOn
(
void
);
5
void
Turbo_BurstOff
(
void
);
6
BOOLEAN
Turbo_getBurst_Status
(
void
);
7
#endif