[BOOT] Huge refactor
This commit is contained in:
@@ -16,10 +16,17 @@ Abstract:
|
||||
#ifndef _EFILIB_H
|
||||
#define _EFILIB_H
|
||||
|
||||
#include "bootmgr.h"
|
||||
#include "bootlib.h"
|
||||
#include "efi.h"
|
||||
|
||||
PBOOT_INPUT_PARAMETERS
|
||||
PBOOT_APPLICATION_PARAMETERS
|
||||
EfiInitCreateInputParametersEx (
|
||||
IN EFI_HANDLE ImageHandle,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable,
|
||||
IN ULONG Flags
|
||||
);
|
||||
|
||||
PBOOT_APPLICATION_PARAMETERS
|
||||
EfiInitCreateInputParameters (
|
||||
IN EFI_HANDLE ImageHandle,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable
|
||||
|
Reference in New Issue
Block a user