automake commit without merge history
This commit is contained in:
parent
265d68cd10
commit
8c41176882
810 changed files with 4980 additions and 2508 deletions
16
grub-core/kern/emu/lite.c
Normal file
16
grub-core/kern/emu/lite.c
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue