883619a931
SEC ERA has to be retrieved by reading the "fsl,sec-era" property from the device tree. This property is updated/filled in by u-boot. Signed-off-by: Alex Porosanu <alexandru.porosanu@freescale.com> Reviewed-by: Horia Geanta <horia.geanta@freescale.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
14 lines
265 B
C
14 lines
265 B
C
/*
|
|
* CAAM control-plane driver backend public-level include definitions
|
|
*
|
|
* Copyright 2012 Freescale Semiconductor, Inc.
|
|
*/
|
|
|
|
#ifndef CTRL_H
|
|
#define CTRL_H
|
|
|
|
/* Prototypes for backend-level services exposed to APIs */
|
|
int caam_get_era(void);
|
|
|
|
#endif /* CTRL_H */
|