blob: b73ae208f8cf543ab33b97561490bea420d8b771 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASR_AES_CLK_
#define _ASR_AES_CLK_
int asr_aes_clk_get(struct clk *aes_clk);
int asr_aes_clk_put(struct clk *aes_clk);
#endif