]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseTimerLibLocalApic/x86TimerLib.c
update GetPerformanceCounterProperties() declare
[mirror_edk2.git] / MdePkg / Library / BaseTimerLibLocalApic / x86TimerLib.c
index a656a80c4c1561f351ced85948d6870b941817c6..09b614119da174b1d272aa25bfc414935249eb13 100644 (file)
@@ -210,7 +210,7 @@ GetPerformanceCounter (
   VOID\r
   )\r
 {\r
-  return InternalX86GetTimerTick (InternalX86GetApicBase ());\r
+  return (UINT32)InternalX86GetTimerTick (InternalX86GetApicBase ());\r
 }\r
 \r
 /**\r
@@ -239,8 +239,8 @@ GetPerformanceCounter (
 UINT64\r
 EFIAPI\r
 GetPerformanceCounterProperties (\r
-  IN      UINT64                    *StartValue,\r
-  IN      UINT64                    *EndValue\r
+  OUT      UINT64                    *StartValue,  OPTIONAL\r
+  OUT      UINT64                    *EndValue     OPTIONAL\r
   )\r
 {\r
   UINTN                             ApicBase;\r