Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / crypto / caam / ctrl.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
82c2f960
AP
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 */
297b9ceb
HG
12extern bool caam_dpaa2;
13
82c2f960 14#endif /* CTRL_H */