projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d1f2b
)
MIPS: Add declarations to MIPS Technologies Inc. generic header.
author
Steven J. Hill
<Steven.Hill@imgtec.com>
Mon, 25 Mar 2013 19:24:42 +0000
(14:24 -0500)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/mips-boards/generic.h
b/arch/mips/include/asm/mips-boards/generic.h
index 44a09a64160ac52fac8862beaaa8a9c9815f3fd2..bd9746fbe4af8a6b098df65c5f386cecec86f2e4 100644
(file)
--- 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 */