summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UefiCpuPkg/Include/Library/MtrrLib.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/UefiCpuPkg/Include/Library/MtrrLib.h b/UefiCpuPkg/Include/Library/MtrrLib.h
index c81c49bd1..e3ad1cde3 100644
--- a/UefiCpuPkg/Include/Library/MtrrLib.h
+++ b/UefiCpuPkg/Include/Library/MtrrLib.h
@@ -1,7 +1,7 @@
/** @file
MTRR setting library
- Copyright (c) 2008 - 2009, Intel Corporation
+ Copyright (c) 2008 - 2010, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -111,16 +111,6 @@ typedef enum {
#define MTRR_CACHE_WRITE_BACK 6
#define MTRR_CACHE_INVALID_TYPE 7
-//
-// structure for memory attribute descriptor according MTRR setting
-//
-typedef struct _MTRR_MEMORY_ATTRIBUTE_MAP_ {
- PHYSICAL_ADDRESS StartAddress;
- PHYSICAL_ADDRESS EndAddress;
- MTRR_MEMORY_CACHE_TYPE Attribute;
-} MTRR_MEMORY_ATTRIBUTE_MAP;
-
-
/**
This function attempts to set the attributes for a memory range.