bioshelper.h

来自「一个免费的SMART CARD OS系统。」· C头文件 代码 · 共 47 行

H
47
字号
#ifndef __BIOS_HELPER_H/* ============================================================================   Project Name : jayaCard TCK   Module Name  : proto/tck/bios/common/bioshelper.h   Version : $Id: bioshelper.h,v 1.2 2004/01/11 09:56:33 dgil Exp $	Description: common sources of protocol macros    The Original Code is jayaCard TCK code.    The Initial Developer of the Original Code is Gilles Dumortier.	Portions created by the Initial Developer are Copyright (C) 2002-2004 the    Initial Developer. All Rights Reserved.    Contributor(s):	Permission is granted to any individual to use, copy, or redistribute	this software so long as all of the original files are included	unmodified, that it is not sold for profit, and that this copyright	notice is retained.    This program is distributed in the hope that it will be useful,    but WITHOUT ANY WARRANTY; without even the implied warranty of    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.   History Rev	Description   112503 dgil	wrote it from scratch   ============================================================================*/#define __BIOS_HELPER_H/* ============================================================================	deactivate some stuff ...   ========================================================================= */#undef HAL_MEM_SET_EXEC#define HAL_MEM_SET_EXEC(addr,size)	JSEC_OK#undef BIOS_CALL_OPCODE#define BIOS_CALL_OPCODE(n)	JSEC_FAIL/* ========================================================================= */#endif/* __BIOS_HELPER_H */

⌨️ 快捷键说明

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