mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[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:
@@ -8,9 +8,10 @@
|
||||
* Johannes Anderwald ([email protected])
|
||||
*/
|
||||
|
||||
#define INITGUID
|
||||
#include "usbohci.h"
|
||||
#include "hardware.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
typedef VOID __stdcall HD_INIT_CALLBACK(IN PVOID CallBackContext);
|
||||
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
*/
|
||||
|
||||
#include "usbohci.h"
|
||||
#include "hardware.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
class CUSBQueue : public IOHCIQueue
|
||||
{
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
* Johannes Anderwald ([email protected])
|
||||
*/
|
||||
|
||||
#define INITGUID
|
||||
|
||||
#include "usbohci.h"
|
||||
#include "hardware.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
class CUSBRequest : public IOHCIRequest
|
||||
{
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
|
||||
#include "usbohci.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
extern
|
||||
"C"
|
||||
NTSTATUS
|
||||
|
||||
@@ -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"
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user