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

VxWorks

开发平台:

C/C++

  1. /* usbHcdOhciLib.h - Defines entry point for OHCI HCD */
  2. /* Copyright 2000 Wind River Systems, Inc. */
  3. /*
  4. Modification history
  5. --------------------
  6. 01a,23nov99,rcb  First.
  7. */
  8. /*
  9. DESCRIPTION
  10. This file exports the primary entry point for the OHCI host controller
  11. driver for USB.  
  12. The <param> to the HRB_ATTACH request should be a pointer to a 
  13. PCI_CFG_HEADER which contains the PCI configuration header for the
  14. open host controller to be managed.  Each invocation of the HRB_ATTACH
  15. function will return an HCD_CLIENT_HANDLE for which a single host controller
  16. will be exposed.
  17. */
  18. #ifndef __INCusbHcdOhciLibh
  19. #define __INCusbHcdOhciLibh
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. /* function prototypes */
  24. STATUS usbHcdOhciExec
  25.     (
  26.     pVOID pHrb     /* HRB to be executed */
  27.     );
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif /* __INCusbHcdOhciLibh */
  32. /* End of file. */