mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +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; |