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