| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] MIPS: Add declaration to MIPS Technologies Inc. generic header. |
| From: | "Steven J. Hill" <sjhill@mips.com> |
| Date: | Thu, 6 Dec 2012 23:15:10 -0600 |
| Cc: | "Steven J. Hill" <sjhill@mips.com>, ralf@linux-mips.org |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: "Steven J. Hill" <sjhill@mips.com>
Add declaration of 'mips_scroll_message' to the common generic header
file for the MIPS Technologies Inc. development boards.
Signed-off-by: Steven J. Hill <sjhill@mips.com>
---
arch/mips/include/asm/mips-boards/generic.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/mips/include/asm/mips-boards/generic.h
b/arch/mips/include/asm/mips-boards/generic.h
index fa188ff..d99f5b6 100644
--- a/arch/mips/include/asm/mips-boards/generic.h
+++ b/arch/mips/include/asm/mips-boards/generic.h
@@ -79,4 +79,6 @@ extern void mips_pcibios_init(void);
#define mips_pcibios_init() do { } while (0)
#endif
+extern void mips_scroll_message(void);
+
#endif /* __ASM_MIPS_BOARDS_GENERIC_H */
--
1.7.9.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] MIPS: Clean-ups for MIPS Technologies Inc. generic header file., Steven J. Hill |
|---|---|
| Next by Date: | [PATCH 0/4] Add environment variable processing to firmware library., Steven J. Hill |
| Previous by Thread: | [PATCH] MIPS: Clean-ups for MIPS Technologies Inc. generic header file., Steven J. Hill |
| Next by Thread: | [PATCH 0/4] Add environment variable processing to firmware library., Steven J. Hill |
| Indexes: | [Date] [Thread] [Top] [All Lists] |