summaryrefslogtreecommitdiff
path: root/sensors/SimpleDeviceOrientationSensor/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'sensors/SimpleDeviceOrientationSensor/Driver.h')
-rw-r--r--sensors/SimpleDeviceOrientationSensor/Driver.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/sensors/SimpleDeviceOrientationSensor/Driver.h b/sensors/SimpleDeviceOrientationSensor/Driver.h
new file mode 100644
index 00000000..9718080c
--- /dev/null
+++ b/sensors/SimpleDeviceOrientationSensor/Driver.h
@@ -0,0 +1,19 @@
+//Copyright (C) Microsoft Corporation, All Rights Reserved
+//
+//Abstract:
+//
+// This module contains the type definitions for the simple device orientation sensor
+// driver callback class.
+//
+//Environment:
+//
+// Windows User-Mode Driver Framework (UMDF)
+
+#pragma once
+
+WDF_EXTERN_C_START
+
+DRIVER_INITIALIZE DriverEntry;
+EVT_WDF_DRIVER_UNLOAD OnDriverUnload;
+
+WDF_EXTERN_C_END \ No newline at end of file