zte's code,first commit
Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/os/linux/linux-3.4.x/arch/arm/mach-footbridge/common.h b/ap/os/linux/linux-3.4.x/arch/arm/mach-footbridge/common.h
new file mode 100644
index 0000000..c9767b8
--- /dev/null
+++ b/ap/os/linux/linux-3.4.x/arch/arm/mach-footbridge/common.h
@@ -0,0 +1,11 @@
+
+extern struct sys_timer footbridge_timer;
+extern struct sys_timer isa_timer;
+
+extern void isa_rtc_init(void);
+
+extern void footbridge_map_io(void);
+extern void footbridge_init_irq(void);
+
+extern void isa_init_irq(unsigned int irq);
+extern void footbridge_restart(char, const char *);