Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
sound
usb
debug.h
Go to the documentation of this file.
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
Generated on Thu Jan 10 2013 13:09:36 for Linux Kernel by
1.8.2