]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/PiPcd.h
MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
[mirror_edk2.git] / MdePkg / Include / Protocol / PiPcd.h
index bfb5588083fb8bcc98c774d842286de8acdf7e2b..33704a0ad8a7fb86b45ef6852dd5f5cf0b3449ff 100644 (file)
@@ -12,8 +12,8 @@
   This protocol allows access to data through size-granular APIs and provides a mechanism for a\r
   firmware component to monitor specific settings and be alerted when a setting is changed.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2009 - 2010, 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
@@ -402,19 +402,19 @@ EFI_STATUS
 \r
 typedef struct _EFI_PCD_PROTOCOL {\r
   EFI_PCD_PROTOCOL_SET_SKU              SetSku;\r
-  EFI_PCD_PROTOCOL_GET_8                Get8Ex;\r
-  EFI_PCD_PROTOCOL_GET_16               Get16Ex;\r
-  EFI_PCD_PROTOCOL_GET_32               Get32Ex;\r
-  EFI_PCD_PROTOCOL_GET_64               Get64Ex;\r
-  EFI_PCD_PROTOCOL_GET_POINTER          GetPtrEx;\r
-  EFI_PCD_PROTOCOL_GET_BOOLEAN          GetBoolEx;\r
-  EFI_PCD_PROTOCOL_GET_SIZE             GetSizeEx;\r
-  EFI_PCD_PROTOCOL_SET_8                Set8Ex;\r
-  EFI_PCD_PROTOCOL_SET_16               Set16Ex;\r
-  EFI_PCD_PROTOCOL_SET_32               Set32Ex;\r
-  EFI_PCD_PROTOCOL_SET_64               Set64Ex;\r
-  EFI_PCD_PROTOCOL_SET_POINTER          SetPtrEx;\r
-  EFI_PCD_PROTOCOL_SET_BOOLEAN          SetBoolEx;\r
+  EFI_PCD_PROTOCOL_GET_8                Get8;\r
+  EFI_PCD_PROTOCOL_GET_16               Get16;\r
+  EFI_PCD_PROTOCOL_GET_32               Get32;\r
+  EFI_PCD_PROTOCOL_GET_64               Get64;\r
+  EFI_PCD_PROTOCOL_GET_POINTER          GetPtr;\r
+  EFI_PCD_PROTOCOL_GET_BOOLEAN          GetBool;\r
+  EFI_PCD_PROTOCOL_GET_SIZE             GetSize;\r
+  EFI_PCD_PROTOCOL_SET_8                Set8;\r
+  EFI_PCD_PROTOCOL_SET_16               Set16;\r
+  EFI_PCD_PROTOCOL_SET_32               Set32;\r
+  EFI_PCD_PROTOCOL_SET_64               Set64;\r
+  EFI_PCD_PROTOCOL_SET_POINTER          SetPtr;\r
+  EFI_PCD_PROTOCOL_SET_BOOLEAN          SetBool;\r
   EFI_PCD_PROTOCOL_CALLBACK_ON_SET      CallbackOnSet;\r
   EFI_PCD_PROTOCOL_CANCEL_CALLBACK      CancelCallback;\r
   EFI_PCD_PROTOCOL_GET_NEXT_TOKEN       GetNextToken;\r