/*1* linux/arch/arm/mach-h720x/common.h2*3* Copyright (C) 2003 Thomas Gleixner <[email protected]>4* 2003 Robert Schwebel <[email protected]>5* 2004 Sascha Hauer <[email protected]>6*7* Architecture specific stuff for Hynix GMS30C7201 development board8*9* This program is free software; you can redistribute it and/or modify10* it under the terms of the GNU General Public License version 2 as11* published by the Free Software Foundation.12*13*/1415extern unsigned long h720x_gettimeoffset(void);16extern void __init h720x_init_irq(void);17extern void __init h720x_map_io(void);1819#ifdef CONFIG_ARCH_H720220extern struct sys_timer h7202_timer;21extern void __init init_hw_h7202(void);22extern void __init h7202_init_irq(void);23extern void __init h7202_init_time(void);24#endif2526#ifdef CONFIG_ARCH_H720127extern struct sys_timer h7201_timer;28#endif293031