blob: f3ecd67922a729fadc0773ab3ba2744e6a80698d [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Alex Porosanu82c2f962012-07-11 11:06:11 +08002/*
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 */
Horia Geantă297b9ce2017-07-18 18:30:47 +030012extern bool caam_dpaa2;
13
Alex Porosanu82c2f962012-07-11 11:06:11 +080014#endif /* CTRL_H */