Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
marvell
/
linux
/
drivers
/
crypto
/
asr
/
asr_aes_clk.h
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