]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/Pcd.h
Update to fix coding style bugs
[mirror_edk2.git] / MdePkg / Include / Ppi / Pcd.h
index 38b04bfc98ba487bd71bc66ebdab13541f29ea15..e2cde6878bc5f312e2f3de7c8afad435ee0be623 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
 \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 +860,6 @@ typedef struct {
 } PCD_PPI;\r
 \r
 \r
+extern EFI_GUID gPcdPpiGuid;\r
+\r
 #endif\r