diff options
Diffstat (limited to 'include/efi.h')
-rw-r--r-- | include/efi.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/efi.h b/include/efi.h index ecdf7210750..789a64eda9d 100644 --- a/include/efi.h +++ b/include/efi.h @@ -678,4 +678,14 @@ void efi_show_tables(struct efi_system_table *systab); */ const char *efi_get_basename(void); +/** + * efi_get_pxe_arch() - Get the architecture value for PXE + * + * See: + * http://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xml + * + * Return: Architecture value + */ +int efi_get_pxe_arch(void); + #endif /* _LINUX_EFI_H */ |