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
10FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11FILE_SECBOOT ( PERMITTED );
12
13#include <ipxe/efi/efi.h>
14
15extern int efi_fdt_install ( const char *cmdline );
16extern int efi_fdt_uninstall ( void );
17
18#endif /* _IPXE_EFI_FDT_H */
int efi_fdt_install(const char *cmdline)
Install EFI Flattened Device Tree table.
Definition efi_fdt.c:115
int efi_fdt_uninstall(void)
Uninstall EFI Flattened Device Tree table (when no FDT support is present)
Definition efi_image.c:143
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
Definition compiler.h:896
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
Definition compiler.h:926
EFI API.
uint32_t cmdline
Definition multiboot.h:4