diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-13 01:10:51 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-13 01:10:51 +0000 |
commit | 5117b83be8d73a9c5d15b236e57e4d194d1d9428 (patch) | |
tree | 470eac17fef98aa3070409830ad51afc234a9718 /MdePkg/Library/BaseTimerLibLocalApic/x86TimerLib.c | |
parent | ed850fbf8be3c4389a4cf621a798f5113f7cba89 (diff) | |
download | edk2-platforms-5117b83be8d73a9c5d15b236e57e4d194d1d9428.tar.xz |
update GetPerformanceCounterProperties() declare
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1518 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseTimerLibLocalApic/x86TimerLib.c')
-rw-r--r-- | MdePkg/Library/BaseTimerLibLocalApic/x86TimerLib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseTimerLibLocalApic/x86TimerLib.c b/MdePkg/Library/BaseTimerLibLocalApic/x86TimerLib.c index dd240d88d0..09b614119d 100644 --- a/MdePkg/Library/BaseTimerLibLocalApic/x86TimerLib.c +++ b/MdePkg/Library/BaseTimerLibLocalApic/x86TimerLib.c @@ -239,8 +239,8 @@ GetPerformanceCounter ( UINT64
EFIAPI
GetPerformanceCounterProperties (
- IN UINT64 *StartValue,
- IN UINT64 *EndValue
+ OUT UINT64 *StartValue, OPTIONAL
+ OUT UINT64 *EndValue OPTIONAL
)
{
UINTN ApicBase;
|