2008-03-30 Pavel Roskin <proski@gnu.org>

* commands/i386/cpuid.c (has_longmode): Make static.
	* disk/i386/pc/biosdisk.c (cd_drive): Likewise.
	* include/grub/i386/bsd.h (bios_memmap_t): Remove, it's unused.
This commit is contained in:
proski 2008-03-30 05:05:01 +00:00
parent 17c74c21f0
commit 7cdacf9717
4 changed files with 7 additions and 3 deletions

View file

@ -149,7 +149,7 @@ struct grub_openbsd_bios_mmap
grub_uint64_t addr;
grub_uint64_t len;
grub_uint32_t type;
} bios_memmap_t;
};
struct grub_openbsd_bootargs
{