oscall.h

来自「epson usb2.0 控制芯片 S1R72V05 固件程序。」· C头文件 代码 · 共 32 行

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