cleanup ifxmips and add support for both ttyS
[openwrt.git] / target / linux / ifxmips / files / include / asm-mips / ifxmips / ifxmips_prom.h
index 248fe50..1c2013e 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
This page took 0.01965 seconds and 4 git commands to generate.