summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp/common.h
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2009-03-20 12:50:22 +0800
committerEric Miao <eric.miao@marvell.com>2009-03-23 10:11:35 +0800
commit14c6b5e7add9ec393ad61bceb6106b47c7f14bd3 (patch)
tree525cf72ac77f27201902b85e904b45df529cca68 /arch/arm/mach-mmp/common.h
parenta6b993c6b5183fe2af98569cbb7dd8add01b8deb (diff)
downloadlinux-0-day-14c6b5e7add9ec393ad61bceb6106b47c7f14bd3.tar.gz
linux-0-day-14c6b5e7add9ec393ad61bceb6106b47c7f14bd3.tar.xz
[ARM] pxa: add base support for Marvell PXA910
Signed-off-by: Bin Yang <bin.yang@marvell.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-mmp/common.h')
-rw-r--r--arch/arm/mach-mmp/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/common.h b/arch/arm/mach-mmp/common.h
index bf7a6a492de63..c33fbbc494171 100644
--- a/arch/arm/mach-mmp/common.h
+++ b/arch/arm/mach-mmp/common.h
@@ -5,7 +5,9 @@ struct sys_timer;
extern void timer_init(int irq);
extern struct sys_timer pxa168_timer;
+extern struct sys_timer pxa910_timer;
extern void __init pxa168_init_irq(void);
+extern void __init pxa910_init_irq(void);
extern void __init icu_init_irq(void);
extern void __init pxa_map_io(void);