cpqfcTStrigger.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:
Linux/Unix编程
开发平台:
Unix_Linux
- // don't do this unless you have the right hardware!
- #define TRIGGERABLE_HBA 0
- #if TRIGGERABLE_HBA
- void TriggerHBA( void*, int);
- #else
- #define TriggerHBA(x, y)
- #endif