1. NAME

fb_mode_is_equal - compare 2 videomodes

2. SYNOPSIS

int fb_mode_is_equal(const struct fb_videomode *  mode1 , const struct fb_videomode *  mode2 );

3. ARGUMENTS

mode1
    first videomode

mode2
    second videomode

4. RETURNS

1 if equal, 0 if not

5. COPYRIGHT