/* * MTD verbose debug * * (C) 2011 Peter Barada * * This code is GPL */ #include #include #include #ifdef CONFIG_MTD_DEBUG #ifndef CONFIG_MTD_DEBUG_VERBOSE #define CONFIG_MTD_DEBUG_VERBOSE -1 #endif int mtd_debug_verbose = CONFIG_MTD_DEBUG_VERBOSE; #endif