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

« back to all changes in this revision

Viewing changes to video/efi_uga.c

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
    .name = "EFI UGA driver",
303
303
    .id = GRUB_VIDEO_DRIVER_EFI_UGA,
304
304
 
 
305
    .prio = GRUB_VIDEO_ADAPTER_PRIO_FIRMWARE_DIRTY,
 
306
 
305
307
    .init = grub_video_uga_init,
306
308
    .fini = grub_video_uga_fini,
307
309
    .setup = grub_video_uga_setup,