]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/crypto/caam/ctrl.h
Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next
[mirror_ubuntu-focal-kernel.git] / drivers / crypto / caam / ctrl.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * CAAM control-plane driver backend public-level include definitions
4 *
5 * Copyright 2012 Freescale Semiconductor, Inc.
6 */
7
8 #ifndef CTRL_H
9 #define CTRL_H
10
11 /* Prototypes for backend-level services exposed to APIs */
12 int caam_get_era(void);
13
14 extern bool caam_dpaa2;
15
16 #endif /* CTRL_H */