1 /*++ 2 3 Copyright (c) Microsoft Corporation 4 5 Module Name: 6 7 irphandlerspriv.hpp 8 9 Abstract: 10 11 Private header for irphandlers. 12 13 Author: 14 15 16 17 Environment: 18 19 Both kernel and user mode 20 21 Revision History: 22 23 --*/ 24 25 extern "C" { 26 #include "mx.h" 27 } 28 29 #include "fxmin.hpp" 30 31 #if (FX_CORE_MODE == FX_CORE_USER_MODE) 32 #include "wdmdefs.h" 33 #include "fxirpum.hpp" 34 #else 35 #include "fxirpkm.hpp" 36 #endif 37 38 #include "fxirp.hpp" 39