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 
12 #include <ipxe/efi/efi.h>
13 
14 extern int efi_fdt_install ( const char *cmdline );
15 extern int efi_fdt_uninstall ( void );
16 
17 #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:142
int efi_fdt_install(const char *cmdline)
Install EFI Flattened Device Tree table.
Definition: efi_fdt.c:114
EFI API.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
uint32_t cmdline
Definition: multiboot.h:16