summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/irmini/esi.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/ndis/irmini/esi.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/private/ntos/ndis/irmini/esi.h b/private/ntos/ndis/irmini/esi.h
new file mode 100644
index 000000000..eef5073d3
--- /dev/null
+++ b/private/ntos/ndis/irmini/esi.h
@@ -0,0 +1,20 @@
+/*
+ * ESI.H
+ *
+ *
+ *
+ */
+
+#include "dongle.h"
+
+#ifndef ESI_H
+ #define ESI_H
+
+ BOOLEAN ESI_Init(UINT comBase, dongleCapabilities *caps, UINT *context);
+ VOID ESI_Deinit(UINT comBase, UINT context);
+ BOOLEAN ESI_SetSpeed(UINT comBase, UINT bitsPerSec, UINT context);
+
+#endif ESI_H
+
+
+