summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/ne3200/keywords.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/ndis/ne3200/keywords.h')
-rw-r--r--private/ntos/ndis/ne3200/keywords.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/private/ntos/ndis/ne3200/keywords.h b/private/ntos/ndis/ne3200/keywords.h
new file mode 100644
index 000000000..30b52656f
--- /dev/null
+++ b/private/ntos/ndis/ne3200/keywords.h
@@ -0,0 +1,43 @@
+/*++
+
+Copyright (c) 1990 Microsoft Corporation
+
+Module Name:
+
+ keywords.h
+
+Abstract:
+
+ Contains all Ndis2 and Ndis3 mac-specific keywords.
+
+Author:
+
+ Bob Noradki
+
+Environment:
+
+ Architecturally, there is an assumption in this driver that we are
+ on a little endian machine.
+
+Notes:
+
+ optional-notes
+
+Revision History:
+
+
+
+--*/
+#ifndef NDIS2
+#define NDIS2 0
+#endif
+
+#if NDIS2
+
+#define NETWORK_ADDRESS NDIS_STRING_CONST("NETADDRESS")
+
+#else // NDIS3
+
+#define NETWORK_ADDRESS NDIS_STRING_CONST("NetworkAddress")
+
+#endif