diff options
author | Michael Brown <mcb30@ipxe.org> | 2014-08-06 13:52:41 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2014-08-06 14:27:45 +0100 |
commit | 2bf428c2a9de75ee130d366f5139fc762106e220 (patch) | |
tree | f4a5586bd1d7cc2f73049d81d79a1896de427b78 /src/image | |
parent | 2ce1c70166e5bdcda6c17f184755b684fa1811c3 (diff) | |
download | ipxe-2bf428c2a9de75ee130d366f5139fc762106e220.tar.gz |
[efi] Move abstract device path and handle functions to efi_utils.c
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/image')
-rw-r--r-- | src/image/efi_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image/efi_image.c b/src/image/efi_image.c index 613c9d92..ce1d4b83 100644 --- a/src/image/efi_image.c +++ b/src/image/efi_image.c @@ -26,7 +26,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include <ipxe/efi/efi_snp.h> #include <ipxe/efi/efi_download.h> #include <ipxe/efi/efi_file.h> -#include <ipxe/efi/efi_driver.h> +#include <ipxe/efi/efi_utils.h> #include <ipxe/efi/efi_strings.h> #include <ipxe/efi/efi_wrap.h> #include <ipxe/image.h> |