summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/ndis40/mac.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/ndis/ndis40/mac.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/private/ntos/ndis/ndis40/mac.h b/private/ntos/ndis/ndis40/mac.h
new file mode 100644
index 000000000..a46096e23
--- /dev/null
+++ b/private/ntos/ndis/ndis40/mac.h
@@ -0,0 +1,48 @@
+/*++
+
+Copyright (c) 1990-1995 Microsoft Corporation
+
+Module Name:
+
+ mac.h
+
+Abstract:
+
+ NDIS wrapper definitions
+
+Author:
+
+
+Environment:
+
+ Kernel mode, FSD
+
+Revision History:
+
+ Jun-95 Jameel Hyder Split up from a monolithic file
+--*/
+
+//
+// The following are counters used for debugging
+//
+
+extern PNDIS_MAC_BLOCK ndisMacDriverList;
+extern const NDIS_PHYSICAL_ADDRESS HighestAcceptableMax;
+extern ULONG ndisDmaAlignment;
+
+//
+// For tracking memory allocated for shared memory
+//
+extern ERESOURCE SharedMemoryResource;
+
+//
+// For tracking on NT 3.1 protocols that do not use any of the filter packages.
+//
+extern PNDIS_OPEN_BLOCK ndisGlobalOpenList;
+extern KSPIN_LOCK ndisGlobalOpenListLock;
+extern KSPIN_LOCK ndisLookaheadBufferLock;
+extern ULONG ndisLookaheadBufferLength;
+#if defined(_ALPHA_)
+extern PNDIS_LOOKAHEAD_ELEMENT ndisLookaheadBufferList;
+#endif
+