diff options
| author | Steven J. Hill <Steven.Hill@imgtec.com> | 2013-03-25 15:24:42 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 06:30:09 -0400 |
| commit | 98ffcf602bd55656a4f6c5d9c743bffef115a8c1 (patch) | |
| tree | c18a49b5b81ab4e31c0b0320dd237605aa79c4fd /arch/mips/include/asm/mips-boards | |
| parent | f4d1f2bed6fb7df12f8a99ccf16d537472a3d246 (diff) | |
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>
Diffstat (limited to 'arch/mips/include/asm/mips-boards')
| -rw-r--r-- | arch/mips/include/asm/mips-boards/generic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mips-boards/generic.h b/arch/mips/include/asm/mips-boards/generic.h index 44a09a64160a..bd9746fbe4af 100644 --- 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); | |||
| 83 | #define mips_pcibios_init() do { } while (0) | 83 | #define mips_pcibios_init() do { } while (0) |
| 84 | #endif | 84 | #endif |
| 85 | 85 | ||
| 86 | extern void mips_scroll_message(void); | ||
| 87 | extern void mips_display_message(const char *str); | ||
| 88 | |||
| 86 | #endif /* __ASM_MIPS_BOARDS_GENERIC_H */ | 89 | #endif /* __ASM_MIPS_BOARDS_GENERIC_H */ |
