mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdeModulePkg: Remove EFI_MEMORY_* Defines
Now that all of the EFI_MEMORY_* defines live in the EFI_MEMORY_TYPE enum, remove the old defines. Signed-off-by: Oliver Smith-Denny <osde@linux.microsoft.com>
This commit is contained in:
parent
c82ca2bb44
commit
ffc09b51cb
@ -9,22 +9,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||||||
#ifndef _IMEM_H_
|
#ifndef _IMEM_H_
|
||||||
#define _IMEM_H_
|
#define _IMEM_H_
|
||||||
|
|
||||||
//
|
|
||||||
// +---------------------------------------------------+
|
|
||||||
// | 0..(EfiMaxMemoryType - 1) - Normal memory type |
|
|
||||||
// +---------------------------------------------------+
|
|
||||||
// | EfiMaxMemoryType..0x6FFFFFFF - Invalid |
|
|
||||||
// +---------------------------------------------------+
|
|
||||||
// | 0x70000000..0x7FFFFFFF - OEM reserved |
|
|
||||||
// +---------------------------------------------------+
|
|
||||||
// | 0x80000000..0xFFFFFFFF - OS reserved |
|
|
||||||
// +---------------------------------------------------+
|
|
||||||
//
|
|
||||||
#define MEMORY_TYPE_OS_RESERVED_MIN 0x80000000
|
|
||||||
#define MEMORY_TYPE_OS_RESERVED_MAX 0xFFFFFFFF
|
|
||||||
#define MEMORY_TYPE_OEM_RESERVED_MIN 0x70000000
|
|
||||||
#define MEMORY_TYPE_OEM_RESERVED_MAX 0x7FFFFFFF
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// MEMORY_MAP_ENTRY
|
// MEMORY_MAP_ENTRY
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user