projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[brcm63xx] add infrastructure to register gpio-input reset button
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
include
/
asm-mips
/
mach-bcm63xx
/
bcm63xx_dev_dsp.h
1
#ifndef __BCM63XX_DSP_H
2
#define __BCM63XX_DSP_H
3
4
struct
bcm63xx_dsp_platform_data
{
5
unsigned
gpio_rst
;
6
unsigned
gpio_int
;
7
unsigned
cs
;
8
unsigned
ext_irq
;
9
};
10
11
int
__init
bcm63xx_dsp_register
(
const struct
bcm63xx_dsp_platform_data
*
pd
);
12
13
#endif
/* __BCM63XX_DSP_H */
This page took
0.043257 seconds
and
5
git commands to generate.