summaryrefslogtreecommitdiff
path: root/gnss/gnssUmdf/Driver.h
diff options
context:
space:
mode:
authorAdonais Romero González <[email protected]>2018-11-28 11:43:42 -0800
committerGitHub <[email protected]>2018-11-28 11:43:42 -0800
commit7695b30331c53cfd119c8ffae81b2e049341d301 (patch)
treee0e5d38b88c84b72caad4e8a849421dd803f451c /gnss/gnssUmdf/Driver.h
parent70876614eb9138f66399deb6a6f06e42645d9cd3 (diff)
Revert "Initial version of GNSS UMDF Sample Driver"
Diffstat (limited to 'gnss/gnssUmdf/Driver.h')
-rw-r--r--gnss/gnssUmdf/Driver.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnss/gnssUmdf/Driver.h b/gnss/gnssUmdf/Driver.h
deleted file mode 100644
index 5de6d35e..00000000
--- a/gnss/gnssUmdf/Driver.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*++
-
-Copyright (c) Microsoft Corporation. All rights reserved.
-
-Module Name:
-
- driver.h
-
-Abstract:
-
- This file contains the driver definitions.
-
-Environment:
-
- Windows User-Mode Driver Framework
-
---*/
-
-#pragma once
-
-EVT_WDF_DRIVER_UNLOAD OnDriverUnload;
-EVT_WDF_OBJECT_CONTEXT_CLEANUP GnssUmdfEvtDriverContextCleanup;