Go to the documentation of this file.
4 #define DRV_NAME "ide-gd"
5 #define PFX DRV_NAME ": "
8 #define IDE_GD_DEBUG_LOG 0
11 #define ide_debug_log(lvl, fmt, args...) __ide_debug_log(lvl, fmt, ## args)
13 #define ide_debug_log(lvl, fmt, args...) do {} while (0)