* include/grub/i386/qemu/memory.h (grub_machine_mmap_init): Remove
redundant declaration.
This commit is contained in:
parent
d1c501ee94
commit
2019d09ef0
2 changed files with 5 additions and 6 deletions
|
@ -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>
|
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* include/grub/net.h (grub_net_network_level_interfaces): Remove
|
* 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_UPPER_START 0x100000 /* 1 MiB */
|
||||||
#define GRUB_MEMORY_MACHINE_LOWER_SIZE GRUB_MEMORY_MACHINE_UPPER_START
|
#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 */
|
#endif /* ! _GRUB_MEMORY_MACHINE_HEADER */
|
||||||
|
|
Loading…
Reference in a new issue