Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / drivers / bus / pcix / usage.c
diff --git a/drivers/bus/pcix/usage.c b/drivers/bus/pcix/usage.c
new file mode 100644 (file)
index 0000000..771850b
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+ * PROJECT:         ReactOS PCI Bus Driver
+ * LICENSE:         BSD - See COPYING.ARM in the top level directory
+ * FILE:            drivers/bus/pci/usage.c
+ * PURPOSE:         Bus/Device Usage Reporting
+ * PROGRAMMERS:     ReactOS Portable Systems Group
+ */
+
+/* INCLUDES *******************************************************************/
+
+#include <pci.h>
+
+#define NDEBUG
+#include <debug.h>
+
+/* GLOBALS ********************************************************************/
+
+/* FUNCTIONS ******************************************************************/
+
+/* EOF */