mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
13 lines
266 B
C
13 lines
266 B
C
|
#include <windows.h>
|
||
|
#include <wdf.h>
|
||
|
#include <initguid.h>
|
||
|
|
||
|
#include "device.h"
|
||
|
#include "trace.h"
|
||
|
|
||
|
EXTERN_C_START
|
||
|
DRIVER_INITIALIZE DriverEntry;
|
||
|
EXTERN_C_END
|
||
|
|
||
|
EVT_WDF_DRIVER_DEVICE_ADD LGIddEvtDeviceAdd;
|
||
|
EVT_WDF_OBJECT_CONTEXT_CLEANUP LGIddEvtDriverContextCleanup;
|