From 040444db8fc48cd4012bc7ec4568f6a9b6143cb3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 28 Apr 2017 17:48:44 +0300 Subject: nt_path_converter -> nt_namespace --- km/src/special/nt_path_converter/device.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 km/src/special/nt_path_converter/device.h (limited to 'km/src/special/nt_path_converter/device.h') diff --git a/km/src/special/nt_path_converter/device.h b/km/src/special/nt_path_converter/device.h deleted file mode 100644 index 4f117e9..0000000 --- a/km/src/special/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