]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PostCodeLib.h
1. PostCodeLib.
[mirror_edk2.git] / MdePkg / Include / Library / PostCodeLib.h
index 78ce4b205a656cc993d3787a5e403458876a4482..5a80c561df16e0a083d3b5b7a1d32f161f91ff13 100644 (file)
@@ -125,7 +125,7 @@ PostCodeDescriptionEnabled (
   @return  Value\r
 \r
 **/\r
-#define POST_CODE(Value)  ReportPostCodeEnabled() ? PostCode(Value) : Value\r
+#define POST_CODE(Value)  PostCodeEnabled() ? PostCode(Value) : Value\r
 \r
 /**\r
   Sends an 32-bit value to a POST and associated ASCII string.\r
@@ -141,8 +141,8 @@ PostCodeDescriptionEnabled (
 \r
 **/\r
 #define POST_CODE_WITH_DESCRIPTION(Value,Description)  \\r
-  ReportPostCodeEnabled()                        ?     \\r
-    (ReportPostCodeDescriptionEnabled()          ?     \\r
+  PostCodeEnabled()                              ?     \\r
+    (PostCodeDescriptionEnabled()                ?     \\r
       PostCodeWithDescription(Value,Description) :     \\r
       PostCode(Value))                           :     \\r
     Value\r