Add priorities support

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-06-12 17:38:48 +02:00
parent 601c84fd16
commit d49703d151
8 changed files with 33 additions and 3 deletions

View file

@ -193,6 +193,8 @@ static struct grub_video_adapter grub_video_sm712_adapter =
.name = "SM712 Video Driver",
.id = GRUB_VIDEO_DRIVER_SM712,
.prio = GRUB_VIDEO_ADAPTER_PRIO_NATIVE,
.init = grub_video_sm712_video_init,
.fini = grub_video_sm712_video_fini,
.setup = grub_video_sm712_setup,