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