iPXE
efi_fdt.h
Go to the documentation of this file.
1 #ifndef _IPXE_EFI_FDT_H
2 #define _IPXE_EFI_FDT_H
3 
4 /** @file
5  *
6  * EFI Flattened Device Tree
7  *
8  */
9 
10 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11 FILE_SECBOOT ( PERMITTED );
12 
13 #include <ipxe/efi/efi.h>
14 
15 extern int efi_fdt_install ( const char *cmdline );
16 extern int efi_fdt_uninstall ( void );
17 
18 #endif /* _IPXE_EFI_FDT_H */
int efi_fdt_uninstall(void)
Uninstall EFI Flattened Device Tree table (when no FDT support is present)
Definition: efi_image.c:143
int efi_fdt_install(const char *cmdline)
Install EFI Flattened Device Tree table.
Definition: efi_fdt.c:115
EFI API.
FILE_SECBOOT(PERMITTED)
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
uint32_t cmdline
Definition: multiboot.h:16