rmxpurtc_api.h

来自「SigmDesign SMP8634 media decode chip dev」· C头文件 代码 · 共 33 行

H
33
字号
/***************************************** *  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 FUNC2	#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 FUNC2(name, return_type, return_error, t1, p1, t2, p2) \	return_type (* name)(t1 p1, t2 p2);#include "rmxpurtc_api.inc"};

⌨️ 快捷键说明

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