usbTargKbdLib.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* usbTargKbdLib.h - Defines exported interface from usbTargKbdLib */
- /* Copyright 2000 Wind River Systems, Inc. */
- /*
- Modification history
- --------------------
- 01a,18aug99,rcb First.
- */
- #ifndef __INCusbTargKbdLibh
- #define __INCusbTargKbdLibh
- #ifdef __cplusplus
- extern "C" {
- #endif
- /* function prototypes */
- VOID usbTargKbdCallbackInfo
- (
- pUSB_TARG_CALLBACK_TABLE *ppCallbacks,
- pVOID *pCallbackParam
- );
- STATUS usbTargKbdInjectReport
- (
- pHID_KBD_BOOT_REPORT pReport,
- UINT16 reportLen
- );
- #ifdef __cplusplus
- }
- #endif
- #endif /* __INCusbTargKbdLibh */
- /* End of file. */