summaryrefslogtreecommitdiffstats
path: root/private/ntos/afd/afdkd/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/afd/afdkd/type.h')
-rw-r--r--private/ntos/afd/afdkd/type.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/private/ntos/afd/afdkd/type.h b/private/ntos/afd/afdkd/type.h
new file mode 100644
index 000000000..ec5bee58a
--- /dev/null
+++ b/private/ntos/afd/afdkd/type.h
@@ -0,0 +1,39 @@
+/*++
+
+Copyright (c) 1993 Microsoft Corporation
+
+Module Name:
+
+ type.h
+
+Abstract:
+
+ Global type definitions for the AFD.SYS Kernel Debugger
+ Extensions.
+
+Author:
+
+ Keith Moore (keithmo) 19-Apr-1995.
+
+Environment:
+
+ User Mode.
+
+--*/
+
+
+#ifndef _TYPE_H_
+#define _TYPE_H_
+
+
+typedef
+BOOL
+(* PENUM_ENDPOINTS_CALLBACK)(
+ PAFD_ENDPOINT Endpoint,
+ DWORD ActualAddress,
+ LPVOID Context
+ );
+
+
+#endif // _TYPE_H_
+