Get kernel boot parameters
int fb_get_options(const char * name, char ** option);
name
framebuffer name as it would appear in the boot parameter line (video=<name>:<options>)
option
the option will be stored here
Needed to maintain backwards compatibility