mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 09:38:21 +00:00
* include/grub/i386/qemu/memory.h (grub_machine_mmap_init): Remove
redundant declaration.
This commit is contained in:
parent
d1c501ee94
commit
2019d09ef0
@ -1,3 +1,8 @@
|
||||
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/i386/qemu/memory.h (grub_machine_mmap_init): Remove
|
||||
redundant declaration.
|
||||
|
||||
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/net.h (grub_net_network_level_interfaces): Remove
|
||||
|
@ -33,10 +33,4 @@
|
||||
#define GRUB_MEMORY_MACHINE_UPPER_START 0x100000 /* 1 MiB */
|
||||
#define GRUB_MEMORY_MACHINE_LOWER_SIZE GRUB_MEMORY_MACHINE_UPPER_START
|
||||
|
||||
#ifndef ASM_FILE
|
||||
|
||||
void grub_machine_mmap_init (void);
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* ! _GRUB_MEMORY_MACHINE_HEADER */
|
||||
|
Loading…
Reference in New Issue
Block a user