mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
8 lines
137 B
C
8 lines
137 B
C
|
#ifndef __ASM_MACH_CLKDEV_H
|
||
|
#define __ASM_MACH_CLKDEV_H
|
||
|
|
||
|
#define __clk_get(clk) ({ 1; })
|
||
|
#define __clk_put(clk) do { } while (0)
|
||
|
|
||
|
#endif
|