https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3a5063948ed8d2248f2785d2abed7e82f1cc893c

commit 3a5063948ed8d2248f2785d2abed7e82f1cc893c
Author:     Pierre Schweitzer <[email protected]>
AuthorDate: Fri Mar 29 21:51:41 2019 +0100
Commit:     Pierre Schweitzer <[email protected]>
CommitDate: Fri Mar 29 21:51:41 2019 +0100

    [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 7e93ca8856..14a427973b 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
 //

Reply via email to