mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[USBEHCI]
* Do not include debug.h into the main header. CORE-7716 svn path=/trunk/; revision=61321
This commit is contained in:
parent
a29379fc7c
commit
143d9ab570
5 changed files with 12 additions and 2 deletions
|
@ -10,6 +10,9 @@
|
||||||
|
|
||||||
#include "usbehci.h"
|
#include "usbehci.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
typedef VOID __stdcall HD_INIT_CALLBACK(IN PVOID CallBackContext);
|
typedef VOID __stdcall HD_INIT_CALLBACK(IN PVOID CallBackContext);
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
|
|
@ -10,6 +10,9 @@
|
||||||
|
|
||||||
#include "usbehci.h"
|
#include "usbehci.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
class CUSBQueue : public IEHCIQueue
|
class CUSBQueue : public IEHCIQueue
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -10,6 +10,9 @@
|
||||||
|
|
||||||
#include "usbehci.h"
|
#include "usbehci.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
class CUSBRequest : public IEHCIRequest
|
class CUSBRequest : public IEHCIRequest
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -10,6 +10,9 @@
|
||||||
|
|
||||||
#include "usbehci.h"
|
#include "usbehci.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
extern
|
extern
|
||||||
"C"
|
"C"
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
#define INITGUID
|
#define INITGUID
|
||||||
|
|
||||||
#include <ntddk.h>
|
#include <ntddk.h>
|
||||||
#define NDEBUG
|
|
||||||
#include <debug.h>
|
|
||||||
#include <hubbusif.h>
|
#include <hubbusif.h>
|
||||||
#include <usbbusif.h>
|
#include <usbbusif.h>
|
||||||
#include <usbioctl.h>
|
#include <usbioctl.h>
|
||||||
|
|
Loading…
Reference in a new issue