MIPS: Add declarations to MIPS Technologies Inc. generic header.
authorSteven J. Hill <Steven.Hill@imgtec.com>
Mon, 25 Mar 2013 19:24:42 +0000 (14:24 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 8 May 2013 10:30:09 +0000 (12:30 +0200)
Add declaration of 'mips_scroll_message' and 'mips_display_message'
to the common generic header file for the MIPS Technologies Inc.
development boards.

Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
arch/mips/include/asm/mips-boards/generic.h

index 44a09a6..bd9746f 100644 (file)
@@ -83,4 +83,7 @@ extern void mips_pcibios_init(void);
 #define mips_pcibios_init() do { } while (0)
 #endif
 
+extern void mips_scroll_message(void);
+extern void mips_display_message(const char *str);
+
 #endif /* __ASM_MIPS_BOARDS_GENERIC_H */