aboutsummaryrefslogtreecommitdiffstats
path: root/undocumented.h
diff options
context:
space:
mode:
Diffstat (limited to 'undocumented.h')
-rw-r--r--undocumented.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/undocumented.h b/undocumented.h
index 112be0d..39cc09e 100644
--- a/undocumented.h
+++ b/undocumented.h
@@ -29,5 +29,6 @@ typedef struct _SYSTEM_HANDLE_INFORMATION_EX
} SYSTEM_HANDLE_INFORMATION_EX, *PSYSTEM_HANDLE_INFORMATION_EX;
extern NTSTATUS ZwQuerySystemInformation(SYSTEM_INFORMATION_CLASS SystemInformationClass, PVOID SystemInformation, ULONG SystemInformationLength, ULONG *ReturnLength);
+extern NDIS_HANDLE NdisWdfGetAdapterContextFromAdapterHandle(PVOID DeviceExtension);
extern POBJECT_TYPE *IoDeviceObjectType;