]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/Sec/WinNtThunk.c
Add support for the GetTimerValue() to the CPU AP for NT32. This also requires some...
[mirror_edk2.git] / Nt32Pkg / Sec / WinNtThunk.c
index e4589cbfc716e80aad3598f9386a6860c8ac4bb2..9ab380c205c1c935571b1a9ec4e831c638605313 100644 (file)
@@ -1,6 +1,6 @@
 /**@file\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2011, 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
@@ -176,7 +176,9 @@ EFI_WIN_NT_THUNK_PROTOCOL mWinNtThunkTable = {
   DispatchMessage,\r
   GetProcessHeap,\r
   HeapAlloc,\r
-  HeapFree\r
+  HeapFree,\r
+  QueryPerformanceCounter,\r
+  QueryPerformanceFrequency\r
 };\r
 \r
 #pragma warning(default : 4996)\r