Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * CAAM control-plane driver backend public-level include definitions
0004  *
0005  * Copyright 2012 Freescale Semiconductor, Inc.
0006  */
0007 
0008 #ifndef CTRL_H
0009 #define CTRL_H
0010 
0011 /* Prototypes for backend-level services exposed to APIs */
0012 extern bool caam_dpaa2;
0013 
0014 #endif /* CTRL_H */