[USBOHCI]

* Move some inclusions and definitions to the main header.
* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61377
This commit is contained in:
Amine Khaldi 2013-12-24 20:42:53 +00:00
parent de4d0588b6
commit 3c2eccf652
5 changed files with 15 additions and 8 deletions

View file

@ -8,9 +8,10 @@
* Johannes Anderwald (johannes.anderwald@reactos.org)
*/
#define INITGUID
#include "usbohci.h"
#include "hardware.h"
#define NDEBUG
#include <debug.h>
typedef VOID __stdcall HD_INIT_CALLBACK(IN PVOID CallBackContext);

View file

@ -9,7 +9,9 @@
*/
#include "usbohci.h"
#include "hardware.h"
#define NDEBUG
#include <debug.h>
class CUSBQueue : public IOHCIQueue
{

View file

@ -8,10 +8,10 @@
* Johannes Anderwald (johannes.anderwald@reactos.org)
*/
#define INITGUID
#include "usbohci.h"
#include "hardware.h"
#define NDEBUG
#include <debug.h>
class CUSBRequest : public IOHCIRequest
{

View file

@ -10,6 +10,9 @@
#include "usbohci.h"
#define NDEBUG
#include <debug.h>
extern
"C"
NTSTATUS

View file

@ -1,9 +1,9 @@
#ifndef USBOHCI_H__
#define USBOHCI_H__
#define INITGUID
#include <ntddk.h>
#define NDEBUG
#include <debug.h>
#include <hubbusif.h>
#include <usbbusif.h>
#include <usbioctl.h>
@ -31,6 +31,7 @@ extern
#include <dmusicks.h>
#include <kcom.h>
#include "hardware.h"
#include "interfaces.h"
//