Files
linux-apfs/sound/usb/debug.h
T

16 lines
262 B
C
Raw Normal View History

2010-03-04 19:46:13 +01:00
#ifndef __USBAUDIO_DEBUG_H
#define __USBAUDIO_DEBUG_H
/*
* h/w constraints
*/
#ifdef HW_CONST_DEBUG
#define hwc_debug(fmt, args...) printk(KERN_DEBUG fmt, ##args)
#else
#define hwc_debug(fmt, args...) do { } while(0)
2010-03-04 19:46:13 +01:00
#endif
#endif /* __USBAUDIO_DEBUG_H */