⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 otgmsapp.h

📁 linux下的usb开发
💻 H
字号:
/************************************************************* * Philips otg mass storage application  * * (c) 2002 Koninklijke Philips Electronics N.V., All rights reserved *  * This  source code and any compilation or derivative thereof is the * proprietary information of Koninklijke Philips Electronics N.V. * and is confidential in nature. * Under no circumstances is this software to be exposed to or placed * under an Open Source License of any type without the expressed * written permission of Koninklijke Philips Electronics N.V. * * File Name:	otgapp.h * * History:	 * *	Version	Date		Author		Comments * ------------------------------------------------- * 	1.0		09/10/02	SYARRA		Initial Creation * *************************************************************/#ifndef __OTGMSAPP_H__#define	__OTGMSAPP_H__#define		MAX_PREV_OTG_STATES		15typedef struct {	char	c;	int		flag;	int		signal;	int		signal_count;	int		state[MAX_PREV_OTG_STATES];} shm_struct_t;#endif /* __OTGMSAPP_H__ */

⌨️ 快捷键说明

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