* grub-core/commands/efi/lsefimmap.c: New file.

* grub-core/Makefile.core.def (lsefimmap): New module.
	* include/grub/efi/api.h (PRIxGRUB_EFI_UINTN_T): New definition.

	Also-By: Robert Millan <rmh.grub@aybabtu.com>

	Also-By: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
Tristan Gingold 2010-09-01 10:12:41 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 48798b6a1e
commit 41a331a8d3
4 changed files with 160 additions and 0 deletions

View file

@ -441,6 +441,14 @@ module = {
enable = x86_efi;
};
module = {
name = lsefimmap;
common = commands/efi/lsefimmap.c;
enable = x86_efi;
};
module = {
name = blocklist;
common = commands/blocklist.c;