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
arch
avr32
mach-at32ap
include
mach
atmel-mci.h
Go to the documentation of this file.
1
#ifndef __MACH_ATMEL_MCI_H
2
#define __MACH_ATMEL_MCI_H
3
4
#include <
linux/dw_dmac.h
>
5
9
struct
mci_dma_data
{
10
struct
dw_dma_slave
sdata
;
11
};
12
13
/* accessor macros */
14
#define slave_data_ptr(s) (&(s)->sdata)
15
#define find_slave_dev(s) ((s)->sdata.dma_dev)
16
17
#endif
/* __MACH_ATMEL_MCI_H */
Generated on Thu Jan 10 2013 12:56:53 for Linux Kernel by
1.8.2