reactos/sdk/lib/drivers/wdf/shared/irphandlers/irphandlerspriv.hpp
Victor Perevertkin 8a978a179f
[WDF] Add Windows Driver Framework files
Takern from Microsoft GitHub repo:
d9c6040fe9

Licensed under MIT
2020-11-03 00:06:26 +03:00

38 lines
407 B
C++

/*++
Copyright (c) Microsoft Corporation
Module Name:
irphandlerspriv.hpp
Abstract:
Private header for irphandlers.
Author:
Environment:
Both kernel and user mode
Revision History:
--*/
extern "C" {
#include "mx.h"
}
#include "FxMin.hpp"
#if (FX_CORE_MODE == FX_CORE_USER_MODE)
#include "wdmdefs.h"
#include "FxIrpUm.hpp"
#else
#include "FxIrpKm.hpp"
#endif
#include "FxIrp.hpp"