mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
fbdev: Add fb_append_extra_logo()
Add fb_append_extra_logo(), to append extra lines of logos below the standard Linux logo. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Acked-By: James Simmons <jsimmons@infradead.org> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
90da63e546
commit
9900abfb5e
3 changed files with 155 additions and 69 deletions
|
@ -33,5 +33,13 @@ struct linux_logo {
|
|||
};
|
||||
|
||||
extern const struct linux_logo *fb_find_logo(int depth);
|
||||
#ifdef CONFIG_FB_LOGO_EXTRA
|
||||
extern void fb_append_extra_logo(const struct linux_logo *logo,
|
||||
unsigned int n);
|
||||
#else
|
||||
static inline void fb_append_extra_logo(const struct linux_logo *logo,
|
||||
unsigned int n)
|
||||
{}
|
||||
#endif
|
||||
|
||||
#endif /* _LINUX_LINUX_LOGO_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue