First try at generating grub-emu from modules

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-07 02:07:35 +01:00
parent 009ec74317
commit 909301af11
23 changed files with 209 additions and 106 deletions

View file

@ -243,11 +243,11 @@ void *grub_video_bitmap_get_data (struct grub_video_bitmap *bitmap)
}
/* Initialize bitmap module. */
GRUB_MOD_INIT(video_bitmap)
GRUB_MOD_INIT(bitmap)
{
}
/* Finalize bitmap module. */
GRUB_MOD_FINI(video_bitmap)
GRUB_MOD_FINI(bitmap)
{
}