diff options
Diffstat (limited to 'src/simple/device.h')
-rw-r--r-- | src/simple/device.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/simple/device.h b/src/simple/device.h deleted file mode 100644 index 4f117e9..0000000 --- a/src/simple/device.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> - * This file is part of the "Windows 7 drivers" project. - * For details, see https://github.com/egor-tensin/windows7-drivers. - * Distributed under the MIT License. - */ - -#pragma once - -#include <ntddk.h> - -NTSTATUS set_up_devices(DRIVER_OBJECT *); -void destroy_devices(); |