cpqfcTStrigger.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. // don't do this unless you have the right hardware!
  2. #define TRIGGERABLE_HBA 0
  3. #if TRIGGERABLE_HBA
  4. void TriggerHBA( void*, int);
  5. #else
  6. #define TriggerHBA(x, y)
  7. #endif