ctrl.h 304 B

123456789101112131415
  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. #ifndef CTRL_H
  8. #define CTRL_H
  9. /* Prototypes for backend-level services exposed to APIs */
  10. extern bool caam_dpaa2;
  11. #endif /* CTRL_H */