blob: b73ae208f8cf543ab33b97561490bea420d8b771 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0 */
2
3#ifndef _ASR_AES_CLK_
4#define _ASR_AES_CLK_
5
6int asr_aes_clk_get(struct clk *aes_clk);
7int asr_aes_clk_put(struct clk *aes_clk);
8#endif