set svn:eol-style to native
[reactos.git] / reactos / drivers / usb / miniport / usbohci / usbohci.h
index 21325b8..277c123 100644 (file)
@@ -1,44 +1,44 @@
-/*\r
- * ReactOS USB OpenHCI miniport driver\r
- *\r
- * Copyright (C) 2004 Mark Tempel\r
- *                      \r
- * This program is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU General Public License\r
- * as published by the Free Software Foundation; either version 2\r
- * of the License, or (at your option) any later version.\r
- *\r
- * This program is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with this program; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
- */\r
-\r
-#ifndef USBOHCI_H\r
-#define USBOHCI_H\r
-\r
-/* INCLUDES *******************************************************************/\r
-\r
-#include "stddef.h" \r
-#include "windef.h"\r
-//#include <ddk/miniport.h>\r
-\r
-#ifdef DBG\r
-#define DPRINT(arg) DbgPrint arg;\r
-#else\r
-#define DPRINT(arg)\r
-#endif\r
-\r
-// Export funcs here\r
-/*\r
-BOOL FASTCALL\r
-VBESetColorRegisters(\r
-   PVBE_DEVICE_EXTENSION DeviceExtension,\r
-   PVIDEO_CLUT ColorLookUpTable,\r
-   PSTATUS_BLOCK StatusBlock);\r
-*/\r
-#endif /* USBOHCI_H */\r
+/*
+ * ReactOS USB OpenHCI miniport driver
+ *
+ * Copyright (C) 2004 Mark Tempel
+ *                      
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ */
+
+#ifndef USBOHCI_H
+#define USBOHCI_H
+
+/* INCLUDES *******************************************************************/
+
+#include "stddef.h" 
+#include "windef.h"
+//#include <ddk/miniport.h>
+
+#ifdef DBG
+#define DPRINT(arg) DbgPrint arg;
+#else
+#define DPRINT(arg)
+#endif
+
+// Export funcs here
+/*
+BOOL FASTCALL
+VBESetColorRegisters(
+   PVBE_DEVICE_EXTENSION DeviceExtension,
+   PVIDEO_CLUT ColorLookUpTable,
+   PSTATUS_BLOCK StatusBlock);
+*/
+#endif /* USBOHCI_H */