usbhcdsl811hslib.h

来自「51读写U盘全套技术资料,原理图,KEIL C51原代码」· C头文件 代码 · 共 48 行

H
48
字号
/* usbHcdSl811hsLib.h - Defines entry point for UHCI HCD */

/* Copyright 2000 Wind River Systems, Inc. */

/*
Modification history
--------------------
01a,16nov01,dgj  Initial version, based on ver 01b of usbHcdUhciLib.h
*/

/*
DESCRIPTION

This file exports the primary entry point for the ScanLogic SL811HS host controller
driver for USB.  

The <param> to the HRB_ATTACH request should be a pointer to a 
PCI_CFG_HEADER which contains the PCI configuration header for the
universal host controller to be managed.  Each invocation of the HRB_ATTACH
function will return an HCD_CLIENT_HANDLE for which a single host controller
will be exposed.
*/


#ifndef __INCusbHcdSl811hsLibh
#define __INCusbHcdSl811hsLibh

#ifdef	__cplusplus
extern "C" {
#endif


STATUS usbHcdSl811hExec
    (
    pVOID pHrb			    /* HRB to be executed */
    );


#ifdef	__cplusplus
}
#endif

#endif	/* __INCusbHcdSl811hsLibh */


/* End of file. */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?