summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/elnk16/switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/ndis/elnk16/switch.h')
-rw-r--r--private/ntos/ndis/elnk16/switch.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/private/ntos/ndis/elnk16/switch.h b/private/ntos/ndis/elnk16/switch.h
new file mode 100644
index 000000000..8853f8911
--- /dev/null
+++ b/private/ntos/ndis/elnk16/switch.h
@@ -0,0 +1,42 @@
+
+/*++
+
+Copyright (c) 1992 Microsoft Corporation
+
+Module Name:
+
+ switch.h
+
+Abstract:
+
+ determines whether we are building the Elnkmc or the Elnk16.
+
+Author:
+
+ Johnson R. Apacible (JohnsonA) 9-June-1991
+
+Environment:
+
+ This driver is expected to work in DOS and NT at the equivalent
+ of kernel mode.
+
+ Architecturally, there is an assumption in this driver that we are
+ on a little endian machine.
+
+Notes:
+
+ optional-notes
+
+Revision History:
+
+
+--*/
+
+#ifndef _ELNKSWITCH_
+#define _ELNKSWITCH_
+//
+// Build for the Etherlink 16
+//
+#define ELNKMC 0
+#endif // _ELNKSWITCH
+