diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/linux_logo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/linux_logo.h b/include/linux/linux_logo.h index 5e3581d76c7f..0ca1dbd8b854 100644 --- a/include/linux/linux_logo.h +++ b/include/linux/linux_logo.h @@ -48,6 +48,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 |