xref: /reactos/drivers/storage/port/storport/guid.c (revision 8dea67f8)
1*8dea67f8SEric Kohl /* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
2*8dea67f8SEric Kohl 
3*8dea67f8SEric Kohl #include <ntdef.h>
4*8dea67f8SEric Kohl #include <initguid.h>
5*8dea67f8SEric Kohl #include <ioevent.h>
6*8dea67f8SEric Kohl #include <wdmguid.h>
7*8dea67f8SEric Kohl 
8*8dea67f8SEric Kohl #define DEVICE_TYPE ULONG
9*8dea67f8SEric Kohl #include <ntddstor.h>
10*8dea67f8SEric Kohl 
11*8dea67f8SEric Kohl /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
12