mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 20:05:18 +07:00
7 lines
114 B
C
7 lines
114 B
C
|
#ifndef DOVE_DIVIDER_H
|
||
|
#define DOVE_DIVIDER_H
|
||
|
|
||
|
void __init dove_divider_clk_init(struct device_node *np);
|
||
|
|
||
|
#endif
|