summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/inc/ndisprv.h
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/ntos/ndis/inc/ndisprv.h
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'private/ntos/ndis/inc/ndisprv.h')
-rw-r--r--private/ntos/ndis/inc/ndisprv.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/private/ntos/ndis/inc/ndisprv.h b/private/ntos/ndis/inc/ndisprv.h
new file mode 100644
index 000000000..a420931c3
--- /dev/null
+++ b/private/ntos/ndis/inc/ndisprv.h
@@ -0,0 +1,32 @@
+/*++
+
+Copyright (c) 1990-1995 Microsoft Corporation
+
+Module Name:
+
+ D:\nt\private\ntos\ndis\inc\ndisprv.h
+
+Abstract:
+
+Author:
+
+ Kyle Brandon (KyleB)
+
+Environment:
+
+ Kernel mode
+
+Revision History:
+
+--*/
+
+#ifndef __NDISPRV_H
+#define __NDISPRV_H
+
+//
+// All mac options require the reserved bit to be set in
+// the miniports mac options.
+//
+#define NDIS_MAC_OPTION_NDISWAN 0x00000001
+
+#endif // __NDISPRV_H