Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
clksrc-dbx500-prcmu.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) ST-Ericsson SA 2011
3  *
4  * License Terms: GNU General Public License v2
5  * Author: Mattias Wallin <[email protected]>
6  *
7  */
8 #ifndef __CLKSRC_DBX500_PRCMU_H
9 #define __CLKSRC_DBX500_PRCMU_H
10 
11 #include <linux/init.h>
12 #include <linux/io.h>
13 
14 #ifdef CONFIG_CLKSRC_DBX500_PRCMU
15 void __init clksrc_dbx500_prcmu_init(void __iomem *base);
16 #else
17 static inline void __init clksrc_dbx500_prcmu_init(void __iomem *base) {}
18 #endif
19 
20 #endif