From 759f21f1d17ce52a05eea31e9ddd1efb4ec68bbb Mon Sep 17 00:00:00 2001 From: mdkinney Date: Thu, 28 Jan 2010 21:09:54 +0000 Subject: [PATCH] Remove unused structure git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9853 6f19259b-4bc3-4df7-8a09-765794883524 --- UefiCpuPkg/Include/Library/MtrrLib.h | 12 +----------- 1 file changed, 1 insertion(+), 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. -- 2.39.2