Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Alex Porosanu | 82c2f96 | 2012-07-11 11:06:11 +0800 | [diff] [blame] | 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 */ |
Horia Geantă | 297b9ce | 2017-07-18 18:30:47 +0300 | [diff] [blame] | 12 | extern bool caam_dpaa2; |
| 13 | |
Alex Porosanu | 82c2f96 | 2012-07-11 11:06:11 +0800 | [diff] [blame] | 14 | #endif /* CTRL_H */ |