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

📄 bioshelper.h

📁 一个免费的SMART CARD OS系统。
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -