Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / crypto / caam / ctrl.h
blobbe693a2cc25ef1d9082209b0f664e1692270f3bb
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * CAAM control-plane driver backend public-level include definitions
5 * Copyright 2012 Freescale Semiconductor, Inc.
6 */
8 #ifndef CTRL_H
9 #define CTRL_H
11 /* Prototypes for backend-level services exposed to APIs */
12 int caam_get_era(void);
14 extern bool caam_dpaa2;
16 #endif /* CTRL_H */