otgtool.h

来自「linux下的usb开发」· C头文件 代码 · 共 43 行

H
43
字号
/************************************************************************ * 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 + =
减小字号Ctrl + -
显示快捷键?