jnand_tspans.c
来自「QUALCOMM JNAND DRIVER」· C语言 代码 · 共 41 行
C
41 行
/*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
Data Declarations of Test Spans for Flash Programming Plug-In
GENERAL DESCRIPTION
This contains structures of spans of test data used to test all boundary
conditions of the JNAND utility.
Copyright (c) 2002 by QUALCOMM Incorporated. All Rights Reserved.
*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*/
/*===========================================================================
EDIT HISTORY FOR MODULE
This section contains comments describing changes made to the module.
Notice that changes are listed in reverse chronological order.
$Header: //depot/asic/MSMSHARED/tools/jnand/jnand_tspans.c#1 $ $DateTime: 2003/02/06 15:47:46 $ $Author: pingguan $
when who what, where, why
-------- --- ----------------------------------------------------------
02/06/03 pg Moved from ASWP402 server to ASWP401 server.
07/12/02 drh Corrected a span with a span address smaller than previous
span which we are terming to be "illegal".
07/05/02 drh Created.
===========================================================================*/
/* Define a single byte to eliminate compile warning of empty file.
* If we don't do this, and SELF_TEST is not defined, the compiler
* squawks about an empty object file.
*/
char testspans_c_warn_off = 0;
#ifdef SELF_TEST
#error code not present
#endif /* SELF_TEST */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?