[USBEHCI]

* Move hardware.h inclusion to the main header.
* Define INITGUID in the main header.
CORE-7716

svn path=/trunk/; revision=61320
This commit is contained in:
Amine Khaldi 2013-12-21 14:19:14 +00:00
parent 1441b8007f
commit a29379fc7c
4 changed files with 3 additions and 6 deletions

View file

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

View file

@ -9,7 +9,6 @@
*/ */
#include "usbehci.h" #include "usbehci.h"
#include "hardware.h"
class CUSBQueue : public IEHCIQueue class CUSBQueue : public IEHCIQueue
{ {

View file

@ -8,10 +8,7 @@
* Johannes Anderwald (johannes.anderwald@reactos.org) * Johannes Anderwald (johannes.anderwald@reactos.org)
*/ */
#define INITGUID
#include "usbehci.h" #include "usbehci.h"
#include "hardware.h"
class CUSBRequest : public IEHCIRequest class CUSBRequest : public IEHCIRequest
{ {

View file

@ -1,6 +1,8 @@
#ifndef USBEHCI_H__ #ifndef USBEHCI_H__
#define USBEHCI_H__ #define USBEHCI_H__
#define INITGUID
#include <ntddk.h> #include <ntddk.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>
@ -31,6 +33,7 @@ extern "C"
#include <dmusicks.h> #include <dmusicks.h>
#include <kcom.h> #include <kcom.h>
#include "hardware.h"
#include "interfaces.h" #include "interfaces.h"
// //