cleanup ifxmips and add support for both ttyS
[openwrt/svn-archive/archive.git] / target / linux / ifxmips / files / include / asm-mips / ifxmips / ifxmips_prom.h
index 248fe50ad811028841ec903d520c99aee9fb68b5..1c2013ed6d08bfae4adb33e1f4a8e1f37c5c47ac 100644 (file)
@@ -20,8 +20,8 @@
 #ifndef _IFXPROM_H__
 #define _IFXPROM_H__
 
-void prom_printf(const char * fmt, ...);
-u32 *prom_get_cp1_base(void);
-u32 prom_get_cp1_size(void);
+extern void prom_printf(const char * fmt, ...);
+extern u32 *prom_get_cp1_base(void);
+extern u32 prom_get_cp1_size(void);
 
 #endif