dma_test_misc1.h

来自「MMI层OBJ不能完全编译」· C头文件 代码 · 共 28 行

H
28
字号
/**
 * @file	dma_test_misc1.h
 *
 * Generic file holding xxx_test_misc1 function prototypes and
 * definitions used for testcase numbers.
 *
 * @author	  Texas Instruments Incorporated
 * @version 	0.1
 */

/*
 * History:
 *
 *	Date       	Author					Modification
 *	-------------------------------------------------------------------
 *	14/08/2003						        Create.
 *
 * (C) Copyright 2003 by Texas Instruments Incorporated, All Rights Reserved
 */

#ifndef __DMA_TEST_MISC1_H_
#define __DMA_TEST_MISC1_H_

/* function prototype */
T_RV_MISC_RET dma_test_misc1(T_RV_MISC_TEST_NBR test_number);

#endif /* __DMA_TEST_MISC1_H_ */

⌨️ 快捷键说明

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