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
chipidea
host.h
Go to the documentation of this file.
1
#ifndef __DRIVERS_USB_CHIPIDEA_HOST_H
2
#define __DRIVERS_USB_CHIPIDEA_HOST_H
3
4
#ifdef CONFIG_USB_CHIPIDEA_HOST
5
6
int
ci_hdrc_host_init
(
struct
ci13xxx
*ci);
7
8
#else
9
10
static
inline
int
ci_hdrc_host_init
(
struct
ci13xxx
*ci)
11
{
12
return
-
ENXIO
;
13
}
14
15
#endif
16
17
#endif
/* __DRIVERS_USB_CHIPIDEA_HOST_H */
Generated on Thu Jan 10 2013 13:55:23 for Linux Kernel by
1.8.2