mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
13 lines
200 B
C
13 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
|