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

📄 oscall.h

📁 epson usb2.0 控制芯片 S1R72V05 固件程序。
💻 H
字号:
/*
 *	description	: System call wrap function for RTOS use
 *	Maker		: Michiru.Kagaya
 *	Copyright	: (C)2003,SEIKO EPSON Corp. All Rights Reserved.
 */

/*
 * Include guard
 */
#ifndef SYS_CALL_H
#define SYS_CALL_H

/*
 * Linkage specifying
 */
#ifdef __cplusplus
	extern "C" {
#endif /* __cplusplus */

#include "kernel_id.h"

#include "wrapTPS.h"
#define	TMSGSIZE			(4)


#ifdef __cplusplus
	}
#endif /* __cplusplus */
	
#endif /* SYS_CALL_H */

⌨️ 快捷键说明

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