diff options
Diffstat (limited to 'network/wlan/wificx/drivercode/driver.h')
| -rw-r--r-- | network/wlan/wificx/drivercode/driver.h | 12 |
1 files changed, 12 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..8573b30e --- /dev/null +++ b/network/wlan/wificx/drivercode/driver.h @@ -0,0 +1,12 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +#pragma once +#include "precomp.h" + +WDF_EXTERN_C_START + +DRIVER_INITIALIZE DriverEntry; + +EVT_WDF_DRIVER_DEVICE_ADD EvtWifiDriverDeviceAdd; +EVT_WDF_OBJECT_CONTEXT_CLEANUP EvtWifiDriverContextCleanup; + +WDF_EXTERN_C_END
\ No newline at end of file |
