diff options
Diffstat (limited to 'network/wlan/WIFICX/drivercode/driver.h')
| -rw-r--r-- | network/wlan/WIFICX/drivercode/driver.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/wlan/WIFICX/drivercode/driver.h b/network/wlan/WIFICX/drivercode/driver.h new file mode 100644 index 00000000..12820f1c --- /dev/null +++ b/network/wlan/WIFICX/drivercode/driver.h @@ -0,0 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +#pragma once +#include "precomp.h" + +EVT_WDF_DRIVER_DEVICE_ADD EvtWifiDriverDeviceAdd; +EVT_WDF_OBJECT_CONTEXT_CLEANUP EvtWifiDriverContextCleanup;
\ No newline at end of file |
