From 974bd0388994715b4fa35ac54986e3c1ed4e3f55 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 27 Apr 2017 19:19:56 +0300 Subject: reorganize files * src/ -> km/src/ * utils/ -> um/ * Move WDK 7.1-specific *.bat files to km/build/wdk7.1/ * Move WDK 8.1 Update 1 solutions to km/build/wdk8.1update/ --- src/nt_path_converter/device.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/nt_path_converter/device.h (limited to 'src/nt_path_converter/device.h') diff --git a/src/nt_path_converter/device.h b/src/nt_path_converter/device.h deleted file mode 100644 index 4f117e9..0000000 --- a/src/nt_path_converter/device.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Copyright (c) 2015 Egor Tensin - * 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 - -NTSTATUS set_up_devices(DRIVER_OBJECT *); -void destroy_devices(); -- cgit v1.2.3