]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/S3Resume/S3Resume.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / S3Resume / S3Resume.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Ppi/S3Resume/S3Resume.h b/EdkCompatibilityPkg/Foundation/Framework/Ppi/S3Resume/S3Resume.h
deleted file mode 100644 (file)
index 96fa6fb..0000000
+++ /dev/null
@@ -1,44 +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
-  S3Resume.h\r
-    \r
-Abstract:\r
-\r
-  S3 Resume PPI \r
-\r
---*/\r
-\r
-#ifndef _PEI_S3_RESUME_PPI_H\r
-#define _PEI_S3_RESUME_PPI_H\r
-\r
-#define PEI_S3_RESUME_PPI_GUID \\r
-  { \\r
-    0x4426CCB2, 0xE684, 0x4a8a, {0xAE, 0x40, 0x20, 0xD4, 0xB0, 0x25, 0xB7, 0x10} \\r
-  }\r
-\r
-EFI_FORWARD_DECLARATION (PEI_S3_RESUME_PPI);\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *PEI_S3_RESUME_PPI_RESTORE_CONFIG) (\r
-  IN EFI_PEI_SERVICES   **PeiServices\r
-  );\r
-\r
-struct _PEI_S3_RESUME_PPI {\r
-  PEI_S3_RESUME_PPI_RESTORE_CONFIG  S3RestoreConfig;\r
-};\r
-\r
-extern EFI_GUID gPeiS3ResumePpiGuid;\r
-\r
-#endif\r