Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
crypto-ux500.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) ST-Ericsson SA 2011
3  *
4  * Author: Joakim Bech <[email protected]> for ST-Ericsson
5  * License terms: GNU General Public License (GPL) version 2
6  */
7 #ifndef _CRYPTO_UX500_H
8 #define _CRYPTO_UX500_H
9 #include <linux/dmaengine.h>
10 #include <plat/ste_dma40.h>
11 
14  bool (*dma_filter)(struct dma_chan *chan, void *filter_param);
15 };
16 
20 };
21 
22 #endif