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
drivers
usb
dwc3
debug.h
Go to the documentation of this file.
1
39
#include "
core.h
"
40
41
#ifdef CONFIG_DEBUG_FS
42
extern
int
dwc3_debugfs_init
(
struct
dwc3
*);
43
extern
void
dwc3_debugfs_exit
(
struct
dwc3
*);
44
#else
45
static
inline
int
dwc3_debugfs_init
(
struct
dwc3
*
d
)
46
{
return
0; }
47
static
inline
void
dwc3_debugfs_exit
(
struct
dwc3
*
d
)
48
{ }
49
#endif
50
Generated on Thu Jan 10 2013 13:09:35 for Linux Kernel by
1.8.2