mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[SDK] Fix NT6 building issues and improve SDK NT6 headers.
CORE-12596
This commit is contained in:
parent
44023cb7d7
commit
420c0360ac
8 changed files with 26 additions and 6 deletions
|
@ -627,6 +627,15 @@ Author:
|
|||
#define EXCEPTION_NPX_ERROR 0x010
|
||||
#define EXCEPTION_ALIGNMENT_CHECK 0x011
|
||||
|
||||
//
|
||||
// Hypervisor Enlightenment Definitions
|
||||
//
|
||||
#define HV_MMU_USE_HYPERCALL_FOR_ADDRESS_SWITCH 0x01
|
||||
#define HV_MMU_USE_HYPERCALL_FOR_LOCAL_FLUSH 0x02
|
||||
#define HV_MMU_USE_HYPERCALL_FOR_REMOTE_FLUSH 0x04
|
||||
#define HV_APIC_ENLIGHTENED 0x10
|
||||
#define HV_KE_USE_HYPERCALL_FOR_LONG_SPIN_WAIT 0x40
|
||||
|
||||
//
|
||||
// VDM State Pointer
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue