| 
									
										
										
										
											2009-01-29 10:07:50 +01:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2010-02-15 21:52:34 +01:00
										 |  |  |  * Copyright (C) 2010 Uwe Kleine-Koenig, Pengutronix | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or modify it | 
					
						
							|  |  |  |  * under the terms of the GNU General Public License version 2 as published by | 
					
						
							|  |  |  |  * the Free Software Foundation. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #ifndef __MACH_IOMUX_H__
 | 
					
						
							|  |  |  | #define __MACH_IOMUX_H__
 | 
					
						
							| 
									
										
										
										
											2009-01-29 10:07:50 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-02-15 21:52:34 +01:00
										 |  |  | /* This file will go away, please include mach/iomux-mx... directly */ | 
					
						
							| 
									
										
										
										
											2009-01-29 10:07:50 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | #ifdef CONFIG_ARCH_MX1
 | 
					
						
							|  |  |  | #include <mach/iomux-mx1.h>
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef CONFIG_ARCH_MX2
 | 
					
						
							|  |  |  | #include <mach/iomux-mx2x.h>
 | 
					
						
							|  |  |  | #ifdef CONFIG_MACH_MX21
 | 
					
						
							|  |  |  | #include <mach/iomux-mx21.h>
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef CONFIG_MACH_MX27
 | 
					
						
							|  |  |  | #include <mach/iomux-mx27.h>
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-02-15 21:52:34 +01:00
										 |  |  | #endif /* __MACH_IOMUX_H__ */
 |