Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / drivers / multimedia / portcls.NEW / dll.c
diff --git a/drivers/multimedia/portcls.NEW/dll.c b/drivers/multimedia/portcls.NEW/dll.c
new file mode 100644 (file)
index 0000000..5d60253
--- /dev/null
@@ -0,0 +1,29 @@
+/*
+    ReactOS Kernel Streaming
+    Port Class / Library Init and Cleanup
+
+    Author: Andrew Greenwood
+
+    Notes:
+    -
+*/
+
+#include <ntddk.h>
+
+/*
+ * @implemented
+ */
+ULONG STDCALL
+DllInitialize(ULONG Unknown)
+{
+    return 0;
+}
+
+/*
+ * @implemented
+ */
+ULONG STDCALL
+DllUnload(VOID)
+{
+    return 0;
+}