~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to video/efi_gop.c

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
    .name = "EFI GOP driver",
356
356
    .id = GRUB_VIDEO_DRIVER_EFI_GOP,
357
357
 
 
358
    .prio = GRUB_VIDEO_ADAPTER_PRIO_FIRMWARE,
 
359
 
358
360
    .init = grub_video_gop_init,
359
361
    .fini = grub_video_gop_fini,
360
362
    .setup = grub_video_gop_setup,