mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 20:42:39 +00: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
 | 
