projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac2384a
)
[MIPS] MV6434x: Add prototype of interrupt dispatch function.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 2 Apr 2006 17:06:43 +0000
(18:06 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 19 Apr 2006 02:14:20 +0000
(
04:14
+0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/marvell.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/marvell.h
b/include/asm-mips/marvell.h
index 9225b3397a4fb4d126cce26b4a37602696c0cd6d..6bb2125bb0538b1a8d148d4df9462ae3ab8e89c9 100644
(file)
--- a/
include/asm-mips/marvell.h
+++ b/
include/asm-mips/marvell.h
@@
-53,4
+53,6
@@
struct mv_pci_controller {
unsigned long config_vreg;
};
+extern void ll_mv64340_irq(struct pt_regs *regs);
+
#endif /* __ASM_MIPS_MARVELL_H */