[BOOT] Huge refactor
This commit is contained in:
@@ -85,8 +85,8 @@ Return Value:
|
||||
// Check TranslationType.
|
||||
//
|
||||
if (
|
||||
TranslationType > BOOT_TRANSLATION_TYPE_MAX ||
|
||||
LibraryParameters->TranslationType > BOOT_TRANSLATION_TYPE_MAX
|
||||
TranslationType > TRANSLATION_TYPE_MAX ||
|
||||
LibraryParameters->TranslationType > TRANSLATION_TYPE_MAX
|
||||
) {
|
||||
DebugPrint(L"BlpMmInitialize(): TranslationType is invalid\r\n");
|
||||
return STATUS_INVALID_PARAMETER;
|
||||
|
@@ -14,7 +14,7 @@ Abstract:
|
||||
--*/
|
||||
|
||||
#include <ntrtl.h>
|
||||
#include "bootmgr.h"
|
||||
#include "bootlib.h"
|
||||
#include "mm.h"
|
||||
|
||||
#define MAX_STATIC_DESCRIPTOR_COUNT 1024
|
||||
|
Reference in New Issue
Block a user