| 
									
										
										
										
											2010-04-01 12:30:19 +01:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * arch/arm/mach-spear3xx/generic.h | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * SPEAr3XX machine family generic header file | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 2009 ST Microelectronics | 
					
						
							| 
									
										
										
										
											2012-06-20 12:53:02 -07:00
										 |  |  |  * Viresh Kumar<viresh.linux@gmail.com> | 
					
						
							| 
									
										
										
										
											2010-04-01 12:30:19 +01:00
										 |  |  |  * | 
					
						
							|  |  |  |  * This file is licensed under the terms of the GNU General Public | 
					
						
							|  |  |  |  * License version 2. This program is licensed "as is" without any | 
					
						
							|  |  |  |  * warranty of any kind, whether express or implied. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __MACH_GENERIC_H
 | 
					
						
							|  |  |  | #define __MACH_GENERIC_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-03-26 10:29:23 +05:30
										 |  |  | #include <linux/amba/pl08x.h>
 | 
					
						
							| 
									
										
										
										
											2010-04-01 12:30:19 +01:00
										 |  |  | #include <linux/init.h>
 | 
					
						
							|  |  |  | #include <linux/platform_device.h>
 | 
					
						
							|  |  |  | #include <linux/amba/bus.h>
 | 
					
						
							| 
									
										
										
										
											2011-03-07 05:57:01 +01:00
										 |  |  | #include <asm/mach/time.h>
 | 
					
						
							|  |  |  | #include <asm/mach/map.h>
 | 
					
						
							| 
									
										
										
										
											2010-04-01 12:30:19 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Add spear3xx family device structure declarations here */ | 
					
						
							| 
									
										
										
										
											2012-11-08 12:40:59 -07:00
										 |  |  | extern void spear3xx_timer_init(void); | 
					
						
							| 
									
										
										
										
											2012-03-23 00:17:43 +05:30
										 |  |  | extern struct pl022_ssp_controller pl022_plat_data; | 
					
						
							| 
									
										
										
										
											2012-03-26 10:29:23 +05:30
										 |  |  | extern struct pl08x_platform_data pl080_plat_data; | 
					
						
							| 
									
										
										
										
											2010-04-01 12:30:19 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Add spear3xx family function declarations here */ | 
					
						
							| 
									
										
										
										
											2012-04-21 13:15:37 +05:30
										 |  |  | void __init spear_setup_of_timer(void); | 
					
						
							| 
									
										
										
										
											2012-04-10 09:02:35 +05:30
										 |  |  | void __init spear3xx_clk_init(void); | 
					
						
							| 
									
										
										
										
											2010-04-01 12:30:19 +01:00
										 |  |  | void __init spear3xx_map_io(void); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-05 21:10:37 +00:00
										 |  |  | void spear_restart(char, const char *); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-04-01 12:30:19 +01:00
										 |  |  | #endif /* __MACH_GENERIC_H */
 |