summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/digi/pcimac/dgbrip.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/digi/pcimac/dgbrip.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/digi/pcimac/dgbrip.h')
-rw-r--r--private/ntos/ndis/digi/pcimac/dgbrip.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/private/ntos/ndis/digi/pcimac/dgbrip.h b/private/ntos/ndis/digi/pcimac/dgbrip.h
new file mode 100644
index 000000000..0897fb1f3
--- /dev/null
+++ b/private/ntos/ndis/digi/pcimac/dgbrip.h
@@ -0,0 +1,33 @@
+#ifndef DGBRIP_H
+#define DGBRIP_H
+
+/*++
+*****************************************************************************
+* *
+* This software contains proprietary and confidential information of *
+* *
+* Digi International Inc. *
+* *
+* By accepting transfer of this copy, Recipient agrees to retain this *
+* software in confidence, to prevent disclosure to others, and to make *
+* no use of this software other than that for which it was delivered. *
+* This is an unpublished copyrighted work of Digi International Inc. *
+* Except as permitted by federal law, 17 USC 117, copying is strictly *
+* prohibited. *
+* *
+*****************************************************************************
+++*/
+
+
+typedef enum _DIGI_BRI_COMMAND_
+{
+ BRIOldMethod = LastGeneralID + 1
+} DIGI_BRI_COMMAND;
+
+typedef struct _DIGI_OLD_METHOD_
+{
+ IO_CMD ioCmd;
+} DIGI_OLD_METHOD, *PDIGI_OLD_METHOD;
+
+
+#endif