]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OldMdePkg/Include/Ppi/Reset.h
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / OldMdePkg / Include / Ppi / Reset.h
diff --git a/OldMdePkg/Include/Ppi/Reset.h b/OldMdePkg/Include/Ppi/Reset.h
deleted file mode 100644 (file)
index be35e70..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-/** @file\r
-  This file declares Reset PPI used to reset the platform\r
-\r
-  Copyright (c) 2006, Intel Corporation                                                         \r
-  All rights reserved. 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:  Reset.h\r
-\r
-  @par Revision Reference:\r
-  This PPI is defined in PEI CIS\r
-  Version 0.91.\r
-\r
-**/\r
-\r
-#ifndef __RESET_PPI_H__\r
-#define __RESET_PPI_H__\r
-\r
-#define EFI_PEI_RESET_PPI_GUID \\r
-  { \\r
-    0xef398d58, 0x9dfd, 0x4103, {0xbf, 0x94, 0x78, 0xc6, 0xf4, 0xfe, 0x71, 0x2f } \\r
-  }\r
-\r
-typedef struct {\r
-  EFI_PEI_RESET_SYSTEM  ResetSystem;\r
-} EFI_PEI_RESET_PPI;\r
-\r
-extern EFI_GUID gEfiPeiResetPpiGuid;\r
-\r
-#endif\r