repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tpm: Have tpm_get_timeouts return an error code
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
isdn
/
mISDN
/
dsp_hwec.h
blob
eebe80c3f713334213aca184ebe9e8325dd23c4b
1
/*
2
* dsp_hwec.h
3
*/
4
5
extern
struct
mISDN_dsp_element
*
dsp_hwec
;
6
extern
void
dsp_hwec_enable
(
struct
dsp
*
dsp
,
const char
*
arg
);
7
extern
void
dsp_hwec_disable
(
struct
dsp
*
dsp
);
8
extern
int
dsp_hwec_init
(
void
);
9
extern
void
dsp_hwec_exit
(
void
);
10