Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98ffcf60 authored by Steven J. Hill's avatar Steven J. Hill Committed by Ralf Baechle
Browse files

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: default avatarSteven J. Hill <Steven.Hill@imgtec.com>
parent f4d1f2be
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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 */