blob: 3af640a0b08dc81e01b53f50ac36a85e16dae4e3 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __RENESAS_CLK_DIV6_H__
3#define __RENESAS_CLK_DIV6_H__
4
5struct clk *cpg_div6_register(const char *name, unsigned int num_parents,
6 const char **parent_names, void __iomem *reg,
7 struct raw_notifier_head *notifiers);
8
9#endif