automake commit without merge history

This commit is contained in:
BVK Chaitanya 2010-05-06 11:34:04 +05:30
parent 265d68cd10
commit 8c41176882
810 changed files with 4980 additions and 2508 deletions

16
grub-core/kern/emu/lite.c Normal file
View file

@ -0,0 +1,16 @@
#include <config.h>
#include <grub/emu/misc.h>
/* grub-emu-lite supports dynamic module loading, so it won't have any
embedded modules. */
void
grub_init_all(void)
{
return;
}
void
grub_fini_all(void)
{
return;
}