* 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
DPRINT1(" Index %lu iInterface %x\n", SubIndex, FunctionDescriptor[Index].InterfaceDescriptorList[SubIndex]->iInterface);
}
}
-}
\ No newline at end of file
+}
#include "usbccgp.h"
+#include <ntddk.h>
+
#define NDEBUG
#include <debug.h>
#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
USBCCGP_EnumerateFunctions(
IN PDEVICE_OBJECT DeviceObject);
-#endif
+#endif /* USBEHCI_H__ */