repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
serial: imx: Change cast to handle 64-bit resource_size_t
[linux-2.6.git]
/
sound
/
usb
/
debug.h
blob
58030176f0083deef38d3d37b2ea46775cce58a0
1
#ifndef __USBAUDIO_DEBUG_H
2
#define __USBAUDIO_DEBUG_H
3
4
/*
5
* h/w constraints
6
*/
7
8
#ifdef HW_CONST_DEBUG
9
#define hwc_debug(fmt, args...) printk(KERN_DEBUG fmt, ##args)
10
#else
11
#define hwc_debug(fmt, args...) do { } while(0)
12
#endif
13
14
#endif
/* __USBAUDIO_DEBUG_H */
15