mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-23 20:39:30 +00:00
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
|