* include/grub/i386/qemu/memory.h (grub_machine_mmap_init): Remove

redundant declaration.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-13 15:04:07 +01:00
parent d1c501ee94
commit 2019d09ef0
2 changed files with 5 additions and 6 deletions

View file

@ -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

View file

@ -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 */