1. NAME

fb_get_options - get kernel boot parameters

2. SYNOPSIS

int fb_get_options(char *  name , char **  option );

3. ARGUMENTS

name
    framebuffer name as it would appear in the boot parameter line (video=<name>:<options>)

option
    the option will be stored here

4. NOTE

Needed to maintain backwards compatibility

5. COPYRIGHT