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

📄 otgtool.h

📁 linux下的usb开发
💻 H
字号:
/************************************************************************ * Philips ISP1362 otg demo tools * * (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:	otgtool.h * * History:	 * *	Version	Date		Author		Comments * ------------------------------------------------- * 	0.9		06/26/02	SYARRA		Initial Creation * * Note: use tab space 4 ************************************************************************/#ifndef __OTGTOOL_H__#define	__OTGTOOL_H__#include "usb_otg.h"#include "msbridge.h"#include "disk_emu.h"#define		LOCAL_OTG_DEV_FILE		MSDISK_FILE#define		RMT_OTG_DEV_FILE		"/dev/sda"#define		LOCAL_OTG_DISK			"/mnt/localdisk"#define		RMT_OTG_DISK			"/mnt/rmtdisk"#define		OTG_FSM_FILE			"/dev/usb/otg/otgfsm0"#define		OTG_DEV_DIR			"/dev/usb/otg"#define		USBSLAVE_DEV_FILE		"/dev/usb/otg/otgdev0"#endif /* __OTGTOOL_H__ */

⌨️ 快捷键说明

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