Subversion Repositories freemyipod

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 44
Line 19... Line 19...
19
//    with the Linux4Nano toolkit.  If not, see <http://www.gnu.org/licenses/>.
19
//    with the Linux4Nano toolkit.  If not, see <http://www.gnu.org/licenses/>.
20
//
20
//
21
//
21
//
22
 
22
 
23
 
23
 
-
 
24
#ifndef __CONFIG_H__
-
 
25
#define __CONFIG_H__
-
 
26
 
-
 
27
 
24
//#define NAND_DEBUG
28
//#define NAND_DEBUG
25
//#define NAND_TRACE
29
//#define NAND_TRACE
26
//#define VFL_TRACE
30
//#define VFL_TRACE
27
//#define FTL_TRACE
31
//#define FTL_TRACE
28
 
32
 
-
 
33
 
-
 
34
//#define DEBUG_CONSOLES 2
-
 
35
//#define DEBUG_PRINT_SOURCE_LINE
-
 
36
 
-
 
37
 
-
 
38
#endif
29
39