mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-05 13:35:05 +07:00
cd27e48541
This adds the clocking framework and hooks into the clkdevice for U300 series platforms. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
8 lines
122 B
C
8 lines
122 B
C
#ifndef __MACH_CLKDEV_H
|
|
#define __MACH_CLKDEV_H
|
|
|
|
int __clk_get(struct clk *clk);
|
|
void __clk_put(struct clk *clk);
|
|
|
|
#endif
|