* 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-20 17:59:25 +02:00 committed by Vladimir 'phcoder' Serbinenko
commit 3dccbe4bbb
4 changed files with 161 additions and 0 deletions

View file

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