xref: /optee_os/core/drivers/crypto/caam/hal/ls/hal_clk.c (revision 2d7a8964dfcbe6c3494a0889831818dd8f153f4a)
1 // SPDX-License-Identifier: BSD-2-Clause
2 /*
3  * Copyright 2019 NXP
4  *
5  * Brief   CAAM Clock functions.
6  */
7 #include <caam_hal_clk.h>
8 #include <compiler.h>
9 
caam_hal_clk_enable(bool enable __unused)10 void caam_hal_clk_enable(bool enable __unused)
11 {
12 }
13