mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
8 lines
203 B
C
8 lines
203 B
C
|
#ifndef __SHMOBILE_CLK_DIV6_H__
|
||
|
#define __SHMOBILE_CLK_DIV6_H__
|
||
|
|
||
|
struct clk *cpg_div6_register(const char *name, unsigned int num_parents,
|
||
|
const char **parent_names, void __iomem *reg);
|
||
|
|
||
|
#endif
|