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

VxWorks

开发平台:

C/C++

  1. /* usbTargKbdLib.h - Defines exported interface from usbTargKbdLib */
  2. /* Copyright 2000 Wind River Systems, Inc. */
  3.  
  4. /*
  5. Modification history
  6. --------------------
  7. 01a,18aug99,rcb  First.
  8. */
  9. #ifndef __INCusbTargKbdLibh
  10. #define __INCusbTargKbdLibh
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. /* function prototypes */
  15. VOID usbTargKbdCallbackInfo
  16.     (
  17.     pUSB_TARG_CALLBACK_TABLE *ppCallbacks,
  18.     pVOID *pCallbackParam
  19.     );
  20. STATUS usbTargKbdInjectReport
  21.     (
  22.     pHID_KBD_BOOT_REPORT pReport,
  23.     UINT16 reportLen
  24.     );
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28. #endif /* __INCusbTargKbdLibh */
  29. /* End of file. */