From 3a5063948ed8d2248f2785d2abed7e82f1cc893c Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Fri, 29 Mar 2019 21:51:41 +0100 Subject: [PATCH] [MEH] Forgot that file :-( --- ntoskrnl/include/internal/io.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ntoskrnl/include/internal/io.h b/ntoskrnl/include/internal/io.h index 7e93ca88569..14a427973b7 100644 --- a/ntoskrnl/include/internal/io.h +++ b/ntoskrnl/include/internal/io.h @@ -934,6 +934,12 @@ IopUnloadDevice( IN PDEVICE_OBJECT DeviceObject ); +PDEVICE_OBJECT +NTAPI +IopGetDeviceAttachmentBase( + IN PDEVICE_OBJECT DeviceObject +); + // // IRP Routines //