?? 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 + -