瀏覽代碼

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 年之前
父節點
當前提交
98ffcf602b
共有 1 個文件被更改,包括 3 次插入0 次删除
  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 */