intwrap grub_get_mmap_entry

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-04-10 19:12:04 +02:00
parent 0d06476b05
commit f632937ab5
3 changed files with 47 additions and 93 deletions

View file

@ -23,11 +23,6 @@
#include <grub/symbol.h>
#include <grub/machine/memory.h>
/* Get a memory map entry. Return next continuation value. Zero means
the end. */
grub_uint32_t grub_get_mmap_entry (struct grub_machine_mmap_entry *entry,
grub_uint32_t cont);
/* Turn on/off Gate A20. */
void grub_gate_a20 (int on);