Skip to content

Commit

Permalink
MIPS: Add declarations to MIPS Technologies Inc. generic header.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steven J. Hill authored and Ralf Baechle committed May 8, 2013
1 parent f4d1f2b commit 98ffcf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/mips/include/asm/mips-boards/generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 98ffcf6

Please sign in to comment.