- Forgot to commit these for MSVC build...
[reactos.git] / reactos / drivers / net / tdi / tdi / obsolete.c
index 43d4146..c7a3221 100644 (file)
@@ -1,22 +1,32 @@
-/* $Id: obsolete.c,v 1.1 1999/11/20 20:41:29 ea Exp $
+/* $Id$
  *
  */
+
+#include <ntddk.h>
+
+/*
+ * @unimplemented
+ */
 VOID
 STDCALL
 TdiMapBuffer (
+       ULONG   Unknown0
        )
 {
        /* This function is absolete */
 }
 
 
+/*
+ * @unimplemented
+ */
 VOID
 STDCALL
 TdiUnmapBuffer (
+       ULONG   Unknown0
        )
 {
        /* This function is obsolete */
 }
 
-
 /* EOF */