mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
009b2e00df
- Create empty USB EHCI driver in c++ - Design & review the interfaces with mjmartin - Create stubs for creating IUSBHardwareDevice / IHCDController classes - Implement DriverEntry, EHCI_AddDevice and EHCI_Dispatch svn path=/branches/usb-bringup/; revision=51335
5 lines
218 B
Text
5 lines
218 B
Text
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "USBEHCI Driver API\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "usbehci\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "usbehci.sys\0"
|
|
#include <reactos/version.rc>
|