mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
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
|