aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/test/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/device.h')
-rw-r--r--src/test/device.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/device.h b/src/test/device.h
new file mode 100644
index 0000000..a5ecc31
--- /dev/null
+++ b/src/test/device.h
@@ -0,0 +1,13 @@
+/**
+ * \file
+ * \author Egor Tensin <Egor.Tensin@gmail.com>
+ * \copyright This file is licensed under the terms of the MIT License.
+ * See LICENSE.txt for details.
+ */
+
+#pragma once
+
+#include <ntddk.h>
+
+NTSTATUS set_up_devices(DRIVER_OBJECT *);
+void destroy_devices();