First try at generating grub-emu from modules
This commit is contained in:
parent
009ec74317
commit
909301af11
23 changed files with 209 additions and 106 deletions
|
@ -713,11 +713,11 @@ grub_video_set_mode (const char *modestring,
|
|||
}
|
||||
|
||||
/* Initialize Video API module. */
|
||||
GRUB_MOD_INIT(video_video)
|
||||
GRUB_MOD_INIT(video)
|
||||
{
|
||||
}
|
||||
|
||||
/* Finalize Video API module. */
|
||||
GRUB_MOD_FINI(video_video)
|
||||
GRUB_MOD_FINI(video)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue