00001 #ifndef DEBUG_H 00002 #define DEBUG_H 00003 00004 #define DEBUG_DESCRIPTOR_ENABLE 0 00005 #define DEBUG_TASK_ENABLE 1 00006 #define DEBUG_INTERRUPT_ENABLE 0 00007 #define DEBUG_FDC1_ENABLE 1 00008 00009 #endif