reactos/drivers/usb/nt4compat/usbdriver/uhciver.h
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

14 lines
200 B
C

#ifndef __UHCIVER_H__
#define __UHCIVER_H__
//#define _MULTI_UHCI
//#define _TIANSHENG_DRIVER
#ifdef _MULTI_UHCI
#define UHCI_VER_STR "m564.a\0"
#else
#define UHCI_VER_STR "0564.d\0"
#endif
#endif