mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-03 18:28:46 +00:00
2009-06-11 Pavel Roskin <proski@gnu.org>
* kern/i386/ieee1275/init.c: Add missing prototype for grub_stop_floppy().
This commit is contained in:
parent
22cd079d3b
commit
dde032e803
@ -1,5 +1,8 @@
|
||||
2009-06-11 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* kern/i386/ieee1275/init.c: Add missing prototype for
|
||||
grub_stop_floppy().
|
||||
|
||||
* loader/ieee1275/multiboot2.c [__i386__]: Include
|
||||
grub/cpu/multiboot.h.
|
||||
|
||||
|
@ -20,6 +20,8 @@
|
||||
#include <grub/types.h>
|
||||
#include <grub/cache.h>
|
||||
|
||||
void grub_stop_floppy (void);
|
||||
|
||||
void
|
||||
grub_stop_floppy (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user