]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/Reset.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / Reset / Reset.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/Reset.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/Reset.h
deleted file mode 100644 (file)
index a7d7db5..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-Module Name:\r
-\r
-  Reset.h\r
-\r
-Abstract:\r
-\r
-  Reset PPI as defined in Tiano\r
-\r
-  Used to reset the platform from PEI\r
-\r
---*/\r
-\r
-#ifndef _PEI_RESET_H_\r
-#define _PEI_RESET_H_\r
-\r
-#define PEI_RESET_PPI_GUID \\r
-  { \\r
-    0xef398d58, 0x9dfd, 0x4103, {0xbf, 0x94, 0x78, 0xc6, 0xf4, 0xfe, 0x71, 0x2f} \\r
-  }\r
-\r
-//\r
-// *******************************************************\r
-// PEI_RESET_TYPE\r
-// *******************************************************\r
-//\r
-typedef enum {\r
-  PeiResetCold,\r
-  PeiResetWarm\r
-} PEI_RESET_TYPE;\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *PEI_RESET_PPI_RESET_SYSTEM) (\r
-  IN EFI_PEI_SERVICES   **PeiServices\r
-  );\r
-\r
-typedef struct {\r
-  PEI_RESET_PPI_RESET_SYSTEM  ResetSystem;\r
-} PEI_RESET_PPI;\r
-\r
-extern EFI_GUID gPeiResetPpiGuid;\r
-\r
-#endif\r