projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Package multipath kernel modules from #1608
[openwrt.git]
/
package
/
broadcom-diag
/
src
/
diag.h
diff --git
a/package/broadcom-diag/src/diag.h
b/package/broadcom-diag/src/diag.h
index
30791cf
..
dcc122a
100644
(file)
--- a/
package/broadcom-diag/src/diag.h
+++ b/
package/broadcom-diag/src/diag.h
@@
-21,6
+21,7
@@
* $Id:$
*/
+#include <linux/irq.h>
#define MODULE_NAME "diag"
#define MAX_GPIO 8
@@
-66,6
+67,7
@@
struct platform_t {
struct button_t buttons[MAX_GPIO];
u32 button_mask;
u32 button_polarity;
+ void (*platform_init)(void);
struct led_t leds[MAX_GPIO];
};
This page took
0.019761 seconds
and
4
git commands to generate.