Files
i2som-imx-linux/drivers/crypto/caam/ctrl.h
Radu Solea fd77d57c39 MLK-14284 Fix CAAM Errata err005766 handling
* Update ERA detection code to check 3 sources CCBVID, CAAMVID and
the device tree.
* Fix bit handling of CAAMVID data to obtain correct results.
* Remove default device tree values.
* Update errata handling to target known affected platforms.

Signed-off-by: Radu Solea <radu.solea@nxp.com>
2019-02-12 10:26:20 +08:00

16 lines
309 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* CAAM control-plane driver backend public-level include definitions
*
* Copyright (C) 2015 Freescale Semiconductor, Inc.
*/
#ifndef CTRL_H
#define CTRL_H
/* Prototypes for backend-level services exposed to APIs */
extern bool caam_dpaa2;
#endif /* CTRL_H */