1. NAME

fb_add_videomode - adds videomode entry to modelist

2. SYNOPSIS

int fb_add_videomode(const struct fb_videomode *  mode , struct list_head *  head );

3. ARGUMENTS

mode
    videomode to add

head
    struct list_head of modelist

4. NOTES

Will only add unmatched mode entries

5. COPYRIGHT