mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
e2277b1f02
Do not enable it yet, as it doesn't work in ROS for the moment :-(. Its place in tree is not optimal (it should be with disk/class/etc.), but I prefer keeping it close to actual driver for now. All the work has been done so that it compiles and links with ReactOS SDK though.
11 lines
256 B
C
11 lines
256 B
C
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
|
|
|
|
#include <ntdef.h>
|
|
#include <initguid.h>
|
|
#include <ioevent.h>
|
|
#include <wdmguid.h>
|
|
|
|
#define DEVICE_TYPE ULONG
|
|
#include <ntddstor.h>
|
|
|
|
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
|