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
atmel-aes.h
Go to the documentation of this file.
1
#ifndef __LINUX_ATMEL_AES_H
2
#define __LINUX_ATMEL_AES_H
3
4
#include <
linux/platform_data/dma-atmel.h
>
5
9
struct
aes_dma_data
{
10
struct
at_dma_slave
txdata
;
11
struct
at_dma_slave
rxdata
;
12
};
13
18
struct
aes_platform_data
{
19
struct
aes_dma_data
*
dma_slave
;
20
};
21
22
#endif
/* __LINUX_ATMEL_AES_H */
Generated on Thu Jan 10 2013 14:52:19 for Linux Kernel by
1.8.2