Linux Kernel
3.7.1
|
#include <linux/init.h>
Go to the source code of this file.
Data Structures | |
struct | linux_logo |
Macros | |
#define | LINUX_LOGO_MONO 1 /* monochrome black/white */ |
#define | LINUX_LOGO_VGA16 2 /* 16 colors VGA text palette */ |
#define | LINUX_LOGO_CLUT224 3 /* 224 colors */ |
#define | LINUX_LOGO_GRAY256 4 /* 256 levels grayscale */ |
Functions | |
struct linux_logo * | fb_find_logo (int depth) |
#define LINUX_LOGO_CLUT224 3 /* 224 colors */ |
Definition at line 22 of file linux_logo.h.
#define LINUX_LOGO_GRAY256 4 /* 256 levels grayscale */ |
Definition at line 23 of file linux_logo.h.
#define LINUX_LOGO_MONO 1 /* monochrome black/white */ |
Definition at line 20 of file linux_logo.h.
Definition at line 21 of file linux_logo.h.
|
read |
struct linux_logo logo_blackfin_clut224 |
struct linux_logo logo_blackfin_vga16 |
struct linux_logo logo_dec_clut224 |
struct linux_logo logo_linux_clut224 |
struct linux_logo logo_linux_mono |
struct linux_logo logo_linux_vga16 |
struct linux_logo logo_m32r_clut224 |
struct linux_logo logo_mac_clut224 |
struct linux_logo logo_parisc_clut224 |
struct linux_logo logo_sgi_clut224 |
struct linux_logo logo_spe_clut224 |
struct linux_logo logo_sun_clut224 |
struct linux_logo logo_superh_clut224 |
struct linux_logo logo_superh_mono |
struct linux_logo logo_superh_vga16 |