summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-28 21:09:54 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-28 21:09:54 +0000
commit759f21f1d17ce52a05eea31e9ddd1efb4ec68bbb (patch)
tree08383d66cad50dac0036b4dd11b1752a379973f1
parente3dcffcc4859b39cb6377edbc4e84ff5ab7ed16f (diff)
downloadedk2-platforms-759f21f1d17ce52a05eea31e9ddd1efb4ec68bbb.tar.xz
Remove unused structure
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9853 6f19259b-4bc3-4df7-8a09-765794883524
-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 c81c49bd1d..e3ad1cde31 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.