debug_exception_common
debug_entry_t *debug_exception_common(debug_info_t *id, int level,
return debug_exception_common(id, level, data, length);
return debug_exception_common(id, level, &t, sizeof(unsigned int));
return debug_exception_common(id, level, &t, sizeof(unsigned long));
return debug_exception_common(id, level, txt, strlen(txt));
EXPORT_SYMBOL(debug_exception_common);