xref: /linux/drivers/crypto/caam/ctrl.h (revision 17afab1de42236ee2f6235f4383cc6f3f13f8a10)
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(u64 caam_id);
12 
13 #endif /* CTRL_H */
14