* 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>
16 lines
309 B
C
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 */
|