mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:35:45 +00:00
[XDK] Fix x64 version of KeGetCurrentProcessorNumber() and add KeGetCurrentProcessorIndex()
This commit is contained in:
parent
9215413a68
commit
e2560a5cad
3 changed files with 26 additions and 14 deletions
|
@ -44,19 +44,6 @@ KeInvalidateRangeAllCaches(
|
|||
_In_ PVOID BaseAddress,
|
||||
_In_ ULONG Length);
|
||||
$endif (_NTDDK_)
|
||||
$if (_NTIFS_)
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
KeGetProcessorNumberFromIndex(
|
||||
_In_ ULONG ProcIndex,
|
||||
_Out_ PPROCESSOR_NUMBER ProcNumber);
|
||||
|
||||
ULONG
|
||||
NTAPI
|
||||
KeGetProcessorIndexFromNumber(
|
||||
_In_ PPROCESSOR_NUMBER ProcNumber);
|
||||
$endif (_NTIFS_)
|
||||
|
||||
#if (NTDDI_VERSION >= NTDDI_WIN2K)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue