diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/mach-clps711x/common.h')
-rw-r--r-- | ANDROID_3.4.5/arch/arm/mach-clps711x/common.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/arm/mach-clps711x/common.h b/ANDROID_3.4.5/arch/arm/mach-clps711x/common.h new file mode 100644 index 00000000..fc0f0650 --- /dev/null +++ b/ANDROID_3.4.5/arch/arm/mach-clps711x/common.h @@ -0,0 +1,12 @@ +/* + * linux/arch/arm/mach-clps711x/common.h + * + * Common bits. + */ + +struct sys_timer; + +extern void clps711x_map_io(void); +extern void clps711x_init_irq(void); +extern struct sys_timer clps711x_timer; +extern void clps711x_restart(char mode, const char *cmd); |