]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/Pcd.h
1) Add _MSC_VER judgment for usage of #pragma intrinsic
[mirror_edk2.git] / MdePkg / Include / Ppi / Pcd.h
index 38b04bfc98ba487bd71bc66ebdab13541f29ea15..92ffbb8b07b0c56db36565881621843ccd0f3f8a 100644 (file)
@@ -1,7 +1,7 @@
-/** @file\r
-  Platform Configuration Database (PCD) Protocol\r
+/* @file\r
+  Platform Configuration Database (PCD) PPI\r
 \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2007, 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
   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:  Pcd.h\r
-\r
 **/\r
 \r
-#ifndef __PCD_H__\r
-#define __PCD_H__\r
+#ifndef __PCD_PPI_H__\r
+#define __PCD_PPI_H__\r
 \r
-extern EFI_GUID gPcdPpiGuid;\r
 \r
 #define PCD_PPI_GUID \\r
   { 0x6e81c58, 0x4ad7, 0x44bc, { 0x83, 0x90, 0xf1, 0x2, 0x65, 0xf7, 0x24, 0x80 } }\r
@@ -861,4 +858,6 @@ typedef struct {
 } PCD_PPI;\r
 \r
 \r
+extern EFI_GUID gPcdPpiGuid;\r
+\r
 #endif\r