summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPedro Perez de Heredia <pedro.perez@digi.com>2012-02-08 21:58:53 +0100
committerPedro Perez de Heredia <pedro.perez@digi.com>2012-02-08 22:00:49 +0100
commitb2a75f3c55f4e8476f7f71d95d88ab4e0ea79415 (patch)
treeca5a6510d2e878937e08c22305b9d79e8f238025 /include
parent696dba1a6ce2a6b308bb497826ea35b8acd1f81f (diff)
ccxmx5x: add custom logo support
This commit adds the code to: -Select a custom logo that can be used as splash screen. -Center that logo in the screen. Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/linux_logo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/linux_logo.h b/include/linux/linux_logo.h
index ca5bd91d12e1..2be299513819 100644
--- a/include/linux/linux_logo.h
+++ b/include/linux/linux_logo.h
@@ -47,6 +47,7 @@ extern const struct linux_logo logo_superh_vga16;
extern const struct linux_logo logo_superh_clut224;
extern const struct linux_logo logo_m32r_clut224;
extern const struct linux_logo logo_spe_clut224;
+extern const struct linux_logo logo_custom_clut224;
extern const struct linux_logo *fb_find_logo(int depth);
#ifdef CONFIG_FB_LOGO_EXTRA