]> Git Repo - linux.git/blob - include/linux/platform_data/crypto-ux500.h
Linux 6.14-rc3
[linux.git] / include / linux / platform_data / crypto-ux500.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) ST-Ericsson SA 2011
4  *
5  * Author: Joakim Bech <[email protected]> for ST-Ericsson
6  */
7 #ifndef _CRYPTO_UX500_H
8 #define _CRYPTO_UX500_H
9 #include <linux/dmaengine.h>
10 #include <linux/platform_data/dma-ste-dma40.h>
11
12 struct hash_platform_data {
13         void *mem_to_engine;
14         bool (*dma_filter)(struct dma_chan *chan, void *filter_param);
15 };
16
17 struct cryp_platform_data {
18         struct stedma40_chan_cfg mem_to_engine;
19         struct stedma40_chan_cfg engine_to_mem;
20 };
21
22 #endif
This page took 0.032155 seconds and 4 git commands to generate.