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

📄 rmxpurtc_api.h

📁 Sigma SMP8634 Mrua v. 2.8.2.0
💻 H
字号:
/***************************************** *  Copyright <A9> 2006 *  Sigma Designs, Inc. All Rights Reserved *  Proprietary and Confidential *  *****************************************//**    @file   rmxpurtc_interface.h    @brief  RMDRM loader macros for the rmxpurtc library interface     @author David Bryson    @date   2006-12-05*/struct xpurtc_interface_s {#undef FUNC0#undef FUNC1#undef FUNC4	#define FUNC0(name, return_type, return_error) \	return_type (* name)(void);#define FUNC1(name, return_type, return_error, t1, p1) \	return_type (* name)(t1 p1);#define FUNC4(name, return_type, return_error, t1, p1, t2, p2, t3, p3, t4, p4) \	return_type (* name)(t1 p1, t2 p2, t3 p3, t4 p4);#include "rmxpurtc_api.inc"};

⌨️ 快捷键说明

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