diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-03-20 12:50:22 +0800 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-23 10:11:35 +0800 |
commit | 14c6b5e7add9ec393ad61bceb6106b47c7f14bd3 (patch) | |
tree | 525cf72ac77f27201902b85e904b45df529cca68 /arch/arm/mach-mmp/common.h | |
parent | a6b993c6b5183fe2af98569cbb7dd8add01b8deb (diff) |
[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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/common.h b/arch/arm/mach-mmp/common.h index bf7a6a492de..c33fbbc4941 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); |