mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 05:09:11 +08:00
- Fix the values of KeepObject, DeallocateObject and DeallocateObjectKeepRegisters.
svn path=/trunk/; revision=11336
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: iotypes.h,v 1.63 2004/06/23 21:43:19 ion Exp $
|
||||
/* $Id: iotypes.h,v 1.64 2004/10/19 20:36:52 navaraf Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -30,8 +30,8 @@ struct _IO_TIMER;
|
||||
|
||||
enum
|
||||
{
|
||||
KeepObject = 1,
|
||||
DeallocateObject,
|
||||
KeepObject,
|
||||
DeallocateObjectKeepRegisters
|
||||
};
|
||||
|
||||
@@ -224,6 +224,11 @@ typedef struct
|
||||
USHORT Flags;
|
||||
union
|
||||
{
|
||||
struct
|
||||
{
|
||||
PHYSICAL_ADDRESS Start;
|
||||
ULONG Length;
|
||||
} Generic;
|
||||
struct
|
||||
{
|
||||
PHYSICAL_ADDRESS Start;
|
||||
|
||||
Reference in New Issue
Block a user