usbhubglobalvariables.c

来自「vxWorks下usb2.0的usbHUB驱动源码」· C语言 代码 · 共 63 行

C
63
字号
/* usbHubGlobalVariables.c - Stores all the global variables used by HUB class driver *//* Copyright 2003 Wind River Systems, Inc. *//*Modification history--------------------01a,27jun03,nrv Changing the code to WRS standards*//*DESCRIPTIONThis module stores all the global variables used by HUB class driver.INCLUDE FILES: usb2/usbOsal.h usb2/usbHubCommon.h usb2/usbHst.h*//*INTERNAL ******************************************************************************* * Filename         : HUB_GlobalVariables.c * * Copyright        : * * THE COPYRIGHT IN THE CONTENTS OF THIS SOFTWARE VEST WITH WIPRO * LIMITED A COMPANY INCORPORATED UNDER THE LAWS OF INDIA AND HAVING * ITS REGISTERED OFFICE AT DODDAKANNELLI SARJAPUR ROAD  BANGALORE * 560 035. DISTRIBUTION OR COPYING OF THIS SOFTWARE BY * ANY INDIVIDUAL OR ENTITY OTHER THAN THE ADDRESSEE IS STRICTLY * PROHIBITED AND MAY INCUR LEGAL LIABILITY. IF YOU ARE NOT THE * ADDRESSEE PLEASE NOTIFY US IMMEDIATELY BY PHONE OR BY RETURN EMAIL. * THE ADDRESSEE IS ADVISED TO MAINTAIN THE PROPRIETARY INTERESTS OF * THIS COPYRIGHT AS PER APPLICABLE LAWS. * * * Description      : This module stores all the global variables. * * ******************************************************************************//************************** INCLUDE FILES *************************************/#include "usb2/usbOsal.h"#include "usb2/usbHubCommon.h"#include "usb2/usbHst.h"/******************* GLOBAL VARIABLES DEFINITION ******************************//* This holds the pointer to the USB bus information.*/pUSB_HUB_BUS_INFO gpGlobalBus;/* This holds the functions exposed by the USB Host Software Stack. */USBHST_FUNCTION_LIST g_usbHstFunctionList;/**************************** End of File HUB_GlobalVariables.c ***************/

⌨️ 快捷键说明

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