xref: /linux/drivers/crypto/caam/ctrl.h (revision e0c6584df9c414b50de17e1abc1099f7501bbb60)
1 /*
2  * CAAM control-plane driver backend public-level include definitions
3  *
4  * Copyright 2012 Freescale Semiconductor, Inc.
5  */
6 
7 #ifndef CTRL_H
8 #define CTRL_H
9 
10 /* Prototypes for backend-level services exposed to APIs */
11 int caam_get_era(void);
12 
13 extern bool caam_dpaa2;
14 
15 #endif /* CTRL_H */
16