usbTargPhilipsD12EvalLib.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* usbTargPhilipsD12EvalLib.h - Defines usbTargPhilipsD12EvalLib interface */
  2. /* Copyright 2000 Wind River Systems, Inc. */
  3.  
  4. /*
  5. Modification history
  6. --------------------
  7. 01a,03sep99,rcb  First.
  8. */
  9. #ifndef __INCusbTargPhilipsD12EvalLibh
  10. #define __INCusbTargPhilipsD12EvalLibh
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. /* function prototypes */
  15. VOID usbTargPhilipsD12EvalCallbackInfo
  16.     (
  17.     pUSB_TARG_CALLBACK_TABLE *ppCallbacks,
  18.     pVOID *pCallbackParam
  19.     );
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #endif /* __INCusbTargPhilipsD12EvalLibh */
  24. /* End of file. */