mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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>
This commit is contained in:
parent
f4d1f2bed6
commit
98ffcf602b
@ -83,4 +83,7 @@ extern void mips_pcibios_init(void);
|
|||||||
#define mips_pcibios_init() do { } while (0)
|
#define mips_pcibios_init() do { } while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
extern void mips_scroll_message(void);
|
||||||
|
extern void mips_display_message(const char *str);
|
||||||
|
|
||||||
#endif /* __ASM_MIPS_BOARDS_GENERIC_H */
|
#endif /* __ASM_MIPS_BOARDS_GENERIC_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user