1FB_GET_OPTIONS(9) Frame Buffer Library FB_GET_OPTIONS(9)
23
4
NAME
6fb_get_options - get kernel boot parameters
7
SYNOPSIS
9int fb_get_options(char * name, char ** option);
10
ARGUMENTS
12name
13framebuffer name as it would appear in the boot parameter line
14(video=<name>:<options>)
1516
option
17the option will be stored here
18
NOTE
20Needed to maintain backwards compatibility
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 FB_GET_OPTIONS(9)