mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:55:43 +00:00
[USBCCGP]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61951
This commit is contained in:
parent
f7f5635283
commit
d42c5357fd
4 changed files with 5 additions and 7 deletions
|
@ -545,4 +545,3 @@ USBCCGP_SelectConfiguration(
|
|||
//
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
|
|
@ -190,4 +190,4 @@ DumpFunctionDescriptor(
|
|||
DPRINT1(" Index %lu iInterface %x\n", SubIndex, FunctionDescriptor[Index].InterfaceDescriptorList[SubIndex]->iInterface);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include "usbccgp.h"
|
||||
|
||||
#include <ntddk.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -1,14 +1,11 @@
|
|||
#ifndef USBEHCI_H__
|
||||
#define USBEHCI_H__
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <wdm.h>
|
||||
#include <hubbusif.h>
|
||||
#include <usbbusif.h>
|
||||
#include <usbdlib.h>
|
||||
|
||||
/* FIXME:
|
||||
#include <usbprotocoldefs.h> */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
typedef struct
|
||||
|
@ -151,4 +148,4 @@ NTSTATUS
|
|||
USBCCGP_EnumerateFunctions(
|
||||
IN PDEVICE_OBJECT DeviceObject);
|
||||
|
||||
#endif
|
||||
#endif /* USBEHCI_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue