1 // 2 // Copyright (C) Microsoft. All rights reserved. 3 // 4 #ifndef _FXIRPUM_HPP_ 5 #define _FXIRPUM_HPP_ 6 7 typedef struct { 8 ULONG Type; 9 MdIrp Irp; 10 PIO_CSQ Csq; 11 } MdIoCsqIrpContext, *PMdIoCsqIrpContext; 12 13 #include "FxIrp.hpp" 14 15 16 #endif // _FXIRPUM_HPP_ 17