Move KeGetPcr from NDK to winddk.h

svn path=/branches/ros-amd64-bringup/; revision=35824
This commit is contained in:
Timo Kreuzer 2008-08-31 00:07:08 +00:00
parent 75c2238736
commit 438b349c29
2 changed files with 6 additions and 5 deletions

View file

@ -5438,6 +5438,8 @@ typedef struct _KPCR {
ULONG HalReserved[16]; // For use by Hal
} KPCR, *PKPCR; /* 54 */
#define KeGetPcr() PCR
typedef struct _KFLOATING_SAVE {
ULONG ControlWord;
ULONG StatusWord;
@ -5655,6 +5657,8 @@ typedef struct _KPCR {
UCHAR Number; /* 51 */
} KPCR, *PKPCR; /* 54 */
#define KeGetPcr() PCR
static __inline
ULONG
DDKAPI
@ -5689,6 +5693,8 @@ typedef struct _KPCR {
ULONG IDR; /* 30 */
} KPCR, *PKPCR;
#define KeGetPcr() PCR
typedef struct _KFLOATING_SAVE {
} KFLOATING_SAVE, *PKFLOATING_SAVE;

View file

@ -107,11 +107,6 @@ Author:
#define KINTERRUPT_DISPATCH_CODES 106
#endif
//
// Get KPCR
//
#define KeGetPcr() PCR
#ifdef NTOS_MODE_USER
//