update for HEAD-2003091401
[reactos.git] / drivers / net / tdi / tdi / stubs.c
index 5b6d989..63e9ff1 100644 (file)
@@ -5,6 +5,9 @@
 #include <ntos.h>
 #include <net/tdi.h>
 
+/*
+ * @unimplemented
+ */
 VOID 
 STDCALL
 TdiBuildNetbiosAddress (
@@ -16,6 +19,9 @@ TdiBuildNetbiosAddress (
 }
 
 
+/*
+ * @unimplemented
+ */
 NTSTATUS
 STDCALL
 TdiBuildNetbiosAddressEa (
@@ -28,6 +34,9 @@ TdiBuildNetbiosAddressEa (
 }
 
 
+/*
+ * @unimplemented
+ */
 NTSTATUS 
 STDCALL
 TdiCopyBufferToMdl (
@@ -43,6 +52,9 @@ TdiCopyBufferToMdl (
 }
 
 
+/*
+ * @unimplemented
+ */
 NTSTATUS 
 STDCALL
 TdiCopyMdlToBuffer (
@@ -58,6 +70,9 @@ TdiCopyMdlToBuffer (
 }
 
 
+/*
+ * @unimplemented
+ */
 VOID
 STDCALL
 TdiInitialize (
@@ -67,6 +82,9 @@ TdiInitialize (
 }
 
 
+/*
+ * @unimplemented
+ */
 NTSTATUS
 STDCALL
 TdiMapUserRequest (
@@ -79,6 +97,9 @@ TdiMapUserRequest (
 }
 
 
+/*
+ * @unimplemented
+ */
 VOID
 STDCALL
 TdiOpenNetbiosAddress (
@@ -91,6 +112,9 @@ TdiOpenNetbiosAddress (
 }
 
 
+/*
+ * @unimplemented
+ */
 VOID
 STDCALL
 TdiReturnChainedReceives (
@@ -100,5 +124,4 @@ TdiReturnChainedReceives (
 {
 }
 
-
 /* EOF */