Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git] / drivers / crypto / caam / ctrl.h
blob980d44eaaf4065691eadd2538f530ed4ec25fd57
1 /*
2 * CAAM control-plane driver backend public-level include definitions
4 * Copyright 2012 Freescale Semiconductor, Inc.
5 */
7 #ifndef CTRL_H
8 #define CTRL_H
10 /* Prototypes for backend-level services exposed to APIs */
11 int caam_get_era(u64 caam_id);
13 #endif /* CTRL_H */