summaryrefslogtreecommitdiff
path: root/MdePkg/Library/PeiServicesTablePointerLibIdt/InternalPeiServicesTablePointer.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-03 08:04:48 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-03 08:04:48 +0000
commit5dd39dc6556952b301eba6a2082acbbc5ea1fbca (patch)
tree2901f9c1adddd2933e2cafacfddb5a354973fe53 /MdePkg/Library/PeiServicesTablePointerLibIdt/InternalPeiServicesTablePointer.h
parent22e6fe86ba006b1bf48b41498a158f8a488474fc (diff)
downloadedk2-platforms-5dd39dc6556952b301eba6a2082acbbc5ea1fbca.tar.xz
1, remove MigrateIdt interface, 2, remove unused library class
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5793 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiServicesTablePointerLibIdt/InternalPeiServicesTablePointer.h')
-rw-r--r--MdePkg/Library/PeiServicesTablePointerLibIdt/InternalPeiServicesTablePointer.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/MdePkg/Library/PeiServicesTablePointerLibIdt/InternalPeiServicesTablePointer.h b/MdePkg/Library/PeiServicesTablePointerLibIdt/InternalPeiServicesTablePointer.h
deleted file mode 100644
index 61bc1ebf41..0000000000
--- a/MdePkg/Library/PeiServicesTablePointerLibIdt/InternalPeiServicesTablePointer.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/** @file
- Internal include file of PEI Services Table Pointer.
-
- Copyright (c) 2006, Intel Corporation<BR>
- 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
- http://opensource.org/licenses/bsd-license.php
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-
-#ifndef __INTERNAL_PEI_SERVICES_TABLE_POINTER_H__
-#define __INTERNAL_PEI_SERVICES_TABLE_POINTER_H__
-
-
-#include <PiPei.h>
-
-#include <Library/BaseLib.h>
-#include <Library/PeiServicesTablePointerLib.h>
-#include <Library/DebugLib.h>
-#include <Library/PeiServicesLib.h>
-#include <Library/BaseMemoryLib.h>
-
-
-#endif