|
iPXE
|
EFI images. More...
#include <ipxe/image.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| struct image_type efi_image_type [] | __image_type (PROBE_NORMAL) |
| static int | efi_can_load (struct image *image) |
| Check if EFI image can be loaded directly. More... | |
EFI images.
Definition in file efi_image.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| struct image_type efi_image_type [] __image_type | ( | PROBE_NORMAL | ) |
|
inlinestatic |
Check if EFI image can be loaded directly.
| image | EFI image |
| can_load | EFI image can be loaded directly |
Definition at line 22 of file efi_image.h.
References image::type.
Referenced by efi_image_exec(), and shim_exec().
1.8.15