X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PcAtChipsetPkg%2FLibrary%2FAcpiTimerLib%2FDxeAcpiTimerLib.c;fp=PcAtChipsetPkg%2FLibrary%2FAcpiTimerLib%2FDxeAcpiTimerLib.c;h=9ed10ef2e2973ffd239b5cfc622f2866a23184ab;hb=5a702acd3df099307d9bae0725f97b52b4895382;hp=67e18a13607fbf82f55741d612e0eb844bab276d;hpb=f75a7f568e6d0944327970b3f3f2dafd9bba76b1;p=mirror_edk2.git diff --git a/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.c b/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.c index 67e18a1360..9ed10ef2e2 100644 --- a/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.c +++ b/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.c @@ -1,7 +1,7 @@ /** @file ACPI Timer implements one instance of Timer Library. - Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -70,13 +70,13 @@ UINT64 mPerformanceCounterFrequency = 0; UINT64 InternalGetPerformanceCounterFrequency ( VOID - ) + ) { return mPerformanceCounterFrequency; } /** - The constructor function enables ACPI IO space, and caches PerformanceCounterFrequency. + The constructor function enables ACPI IO space, and caches PerformanceCounterFrequency. @param ImageHandle The firmware allocated handle for the EFI image. @param SystemTable A pointer to the EFI System Table.