mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
8 lines
156 B
C
8 lines
156 B
C
|
#ifndef __ASM_MACH_CLKDEV_H
|
||
|
#define __ASM_MACH_CLKDEV_H
|
||
|
|
||
|
int __clk_get(struct clk *clk);
|
||
|
void __clk_put(struct clk *clk);
|
||
|
|
||
|
#endif /* __ASM_MACH_CLKDEV_H */
|