From 401b11a24dd734cd226267d97893c498ec98e83c Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 12 Mar 2010 16:55:09 +0000 Subject: [PATCH] [NTIFS] - Remove redundant IoSizeOfIrp, PoSetDeviceBusy and PPOWER_SETTING_CALLBACK definitions (They exist in wdm.h) svn path=/branches/header-work/; revision=46139 --- include/ddk/ntifs.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/ddk/ntifs.h b/include/ddk/ntifs.h index 0800e38949b..c7e51ab8d53 100644 --- a/include/ddk/ntifs.h +++ b/include/ddk/ntifs.h @@ -6233,9 +6233,6 @@ IoReplaceFileObjectName( ) \ ) -#define IoSizeOfIrp( StackSize ) \ - ((USHORT) (sizeof( IRP ) + ((StackSize) * (sizeof( IO_STACK_LOCATION ))))) - #if (NTDDI_VERSION >= NTDDI_VISTA) typedef struct _IO_PRIORITY_INFO { ULONG Size; @@ -6245,15 +6242,6 @@ typedef struct _IO_PRIORITY_INFO { } IO_PRIORITY_INFO, *PIO_PRIORITY_INFO; #endif -#define PoSetDeviceBusy(IdlePointer) *IdlePointer = 0 - -typedef NTSTATUS -(NTAPI *PPOWER_SETTING_CALLBACK) ( - IN LPCGUID SettingGuid, - IN PVOID Value, - IN ULONG ValueLength, - IN OUT PVOID Context OPTIONAL); - #define PO_CB_SYSTEM_POWER_POLICY 0 #define PO_CB_AC_STATUS 1 #define PO_CB_BUTTON_COLLISION 2 -- 2.17.1