Subversion Repositories freemyipod

Rev

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

Rev 10 Rev 85
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
-
 
30
//#define VFL_DEBUG
26
//#define VFL_TRACE
31
//#define VFL_TRACE
-
 
32
//#define FTL_DEBUG
27
//#define FTL_TRACE
33
//#define FTL_TRACE
28
 
34
 
-
 
35
 
-
 
36
//#define DEBUG_CONSOLES 2
-
 
37
//#define DEBUG_PRINT_SOURCE_LINE
-
 
38
 
-
 
39
 
-
 
40
#endif
29
41