1 #ifndef _IPXE_EFI_FDT_H 2 #define _IPXE_EFI_FDT_H int efi_fdt_uninstall(void)
Uninstall EFI Flattened Device Tree table (when no FDT support is present)
int efi_fdt_install(const char *cmdline)
Install EFI Flattened Device Tree table.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)