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
atmel-mci.h
Go to the documentation of this file.
1
#ifndef __LINUX_ATMEL_MCI_H
2
#define __LINUX_ATMEL_MCI_H
3
4
#define ATMCI_MAX_NR_SLOTS 2
5
22
struct
mci_slot_pdata
{
23
unsigned
int
bus_width
;
24
int
detect_pin
;
25
int
wp_pin
;
26
bool
detect_is_active_high
;
27
};
28
34
struct
mci_platform_data
{
35
struct
mci_dma_data
*
dma_slave
;
36
struct
mci_slot_pdata
slot
[
ATMCI_MAX_NR_SLOTS
];
37
};
38
39
#endif
/* __LINUX_ATMEL_MCI_H */
Generated on Thu Jan 10 2013 12:56:53 for Linux Kernel by
1.8.2