SmartAudio/lichee/linux-4.9/modules/nand/sun8iw8p1/nandtest/nand_test.h

31 lines
963 B
C
Executable File

/*
**********************************************************************************************************************
* Test
* software test for drivers
* Test Sub-System
*
* (c) Copyright 2007-2010, Grace.Miao China
* All Rights Reserved
*
* Moudle : test driver
* File : nand_test.h
* Purpose : test driver of nand driver in Linux
*
* By : Grace Miao
* Version : v1.0
* Date : 2011-3-16
* history :
* 2011-3-16 build the file Grace Miao
**********************************************************************************************************************
*/
#ifndef __NAND_TEST_H__
#define __NAND_TEST_H__
#define INIT_NAND_IN_TESTDRIVER
/*#define NAND_CACHE_RW*/
#define REPEAT_TIMES 500000
#endif