📄 usbhcdsl811hslib.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -