summaryrefslogtreecommitdiff
path: root/pofx/UMDF2/Driver/SingleComp/include.h
blob: 5b693dccefaf36657cdc296c379880eae71dd1b7 (plain)
1
2
3
4
5
6
7
#include <windows.h>
#include <winioctl.h>
#pragma warning( disable: 4201 )    // nonstandard extension used : nameless struct/union
#include <ntstatus.h>
#include <assert.h>
#include <wdf.h>
#include "driver.h"