From: Steven J. Hill Date: Mon, 25 Mar 2013 19:24:42 +0000 (-0500) Subject: MIPS: Add declarations to MIPS Technologies Inc. generic header. X-Git-Tag: v3.10-rc1~15^2^2~28 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=98ffcf602bd55656a4f6c5d9c743bffef115a8c1;p=linux.git MIPS: Add declarations to MIPS Technologies Inc. generic header. 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 --- diff --git a/arch/mips/include/asm/mips-boards/generic.h b/arch/mips/include/asm/mips-boards/generic.h index 44a09a64160a..bd9746fbe4af 100644 --- a/arch/mips/include/asm/mips-boards/generic.h +++ b/arch/mips/include/asm/mips-boards/generic.h @@ -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 */