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
include
linux
platform_data
mmc-s3cmci.h
Go to the documentation of this file.
1
#ifndef _ARCH_MCI_H
2
#define _ARCH_MCI_H
3
29
struct
s3c24xx_mci_pdata
{
30
unsigned
int
no_wprotect
:1;
31
unsigned
int
no_detect
:1;
32
unsigned
int
wprotect_invert
:1;
33
unsigned
int
detect_invert
:1;
/* set => detect active high */
34
unsigned
int
use_dma
:1;
35
36
unsigned
int
gpio_detect
;
37
unsigned
int
gpio_wprotect
;
38
unsigned
long
ocr_avail
;
39
void
(*
set_power
)(
unsigned
char
power_mode,
40
unsigned
short
vdd);
41
};
42
50
extern
void
s3c24xx_mci_set_platdata
(
struct
s3c24xx_mci_pdata
*
pdata
);
51
52
#endif
/* _ARCH_NCI_H */
Generated on Thu Jan 10 2013 14:52:20 for Linux Kernel by
1.8.2