Browse Source

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 <Steven.Hill@imgtec.com>
Steven J. Hill 12 years ago
parent
commit
98ffcf602b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      arch/mips/include/asm/mips-boards/generic.h

+ 3 - 0
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 */