reactos/drivers/usb/usbehci_new/usbehci.rc
Johannes Anderwald 009b2e00df [USBEHCI_NEW]
- 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
2011-04-14 11:35:16 +00:00

6 lines
218 B
Plaintext

#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>