From dc5c114cdd99748579c243c3e4de1c5d79ea00b6 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Tue, 19 Oct 2004 20:36:52 +0000 Subject: [PATCH] - Fix the values of KeepObject, DeallocateObject and DeallocateObjectKeepRegisters. svn path=/trunk/; revision=11336 --- reactos/include/ddk/iotypes.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/reactos/include/ddk/iotypes.h b/reactos/include/ddk/iotypes.h index f72280db401..44a19b9e738 100644 --- a/reactos/include/ddk/iotypes.h +++ b/reactos/include/ddk/iotypes.h @@ -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;