mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[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:
@@ -8,9 +8,7 @@
|
||||
* Johannes Anderwald ([email protected])
|
||||
*/
|
||||
|
||||
#define INITGUID
|
||||
#include "usbehci.h"
|
||||
#include "hardware.h"
|
||||
|
||||
typedef VOID __stdcall HD_INIT_CALLBACK(IN PVOID CallBackContext);
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
*/
|
||||
|
||||
#include "usbehci.h"
|
||||
#include "hardware.h"
|
||||
|
||||
class CUSBQueue : public IEHCIQueue
|
||||
{
|
||||
|
||||
@@ -8,10 +8,7 @@
|
||||
* Johannes Anderwald (johannes.anderwald@reactos.org)
|
||||
*/
|
||||
|
||||
#define INITGUID
|
||||
|
||||
#include "usbehci.h"
|
||||
#include "hardware.h"
|
||||
|
||||
class CUSBRequest : public IEHCIRequest
|
||||
{
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef USBEHCI_H__
|
||||
#define USBEHCI_H__
|
||||
|
||||
#define INITGUID
|
||||
|
||||
#include <ntddk.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
@@ -31,6 +33,7 @@ extern "C"
|
||||
#include <dmusicks.h>
|
||||
#include <kcom.h>
|
||||
|
||||
#include "hardware.h"
|
||||
#include "interfaces.h"
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user