mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[XDK] Minor formatting; remove some extra newlines at end of files.
This commit is contained in:
parent
a59cecd89d
commit
c295fb95e9
5 changed files with 3 additions and 11 deletions
|
@ -347,9 +347,7 @@ KeGetPcr(
|
||||||
#if (NTDDI_VERSION < NTDDI_WIN7) || !defined(NT_PROCESSOR_GROUPS)
|
#if (NTDDI_VERSION < NTDDI_WIN7) || !defined(NT_PROCESSOR_GROUPS)
|
||||||
FORCEINLINE
|
FORCEINLINE
|
||||||
ULONG
|
ULONG
|
||||||
KeGetCurrentProcessorNumber(
|
KeGetCurrentProcessorNumber(VOID)
|
||||||
VOID)
|
|
||||||
|
|
||||||
{
|
{
|
||||||
return *((PUCHAR)KeGetPcr() + 0x580);
|
return *((PUCHAR)KeGetPcr() + 0x580);
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,4 +35,3 @@ NTAPI
|
||||||
KeGetCurrentThread(VOID);
|
KeGetCurrentThread(VOID);
|
||||||
|
|
||||||
$endif
|
$endif
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
$if (_WDMDDK_)
|
$if (_WDMDDK_)
|
||||||
|
/** Kernel definitions for MIPS **/
|
||||||
#error MIPS Headers are totally incorrect
|
#error MIPS Headers are totally incorrect
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -63,4 +64,3 @@ NTAPI
|
||||||
KeRaiseIrqlToSynchLevel(VOID);
|
KeRaiseIrqlToSynchLevel(VOID);
|
||||||
|
|
||||||
$endif
|
$endif
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
$if (_WDMDDK_)
|
$if (_WDMDDK_)
|
||||||
|
/** Kernel definitions for PPC **/
|
||||||
|
|
||||||
/* Interrupt request levels */
|
/* Interrupt request levels */
|
||||||
#define PASSIVE_LEVEL 0
|
#define PASSIVE_LEVEL 0
|
||||||
|
@ -103,5 +104,3 @@ NTAPI
|
||||||
KeRaiseIrqlToSynchLevel(VOID);
|
KeRaiseIrqlToSynchLevel(VOID);
|
||||||
|
|
||||||
$endif
|
$endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -336,7 +336,3 @@ KeGetCurrentProcessorNumber(VOID)
|
||||||
}
|
}
|
||||||
|
|
||||||
$endif (_NTDDK_)
|
$endif (_NTDDK_)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue