Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
clkdev.h
Go to the documentation of this file.
1 /*
2  * arch/arm/mach-prima2/include/mach/clkdev.h
3  *
4  * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
5  *
6  * Licensed under GPLv2 or later.
7  */
8 
9 #ifndef __MACH_CLKDEV_H
10 #define __MACH_CLKDEV_H
11 
12 #define __clk_get(clk) ({ 1; })
13 #define __clk_put(clk) do { } while (0)
14 
15 #endif