| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2008-08-05 16:14:15 +01:00
										 |  |  |  * arch/arm/mach-iop32x/include/mach/io.h | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2006-09-18 23:26:25 +01:00
										 |  |  |  * Copyright (C) 2001 MontaVista Software, Inc. | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  * | 
					
						
							|  |  |  |  * 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. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-09-18 23:26:25 +01:00
										 |  |  | #ifndef __IO_H
 | 
					
						
							|  |  |  | #define __IO_H
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-11-28 16:13:44 +00:00
										 |  |  | #include <asm/hardware/iop3xx.h>
 | 
					
						
							| 
									
										
										
										
											2005-10-28 10:20:25 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-02-13 17:11:04 +01:00
										 |  |  | #define IO_SPACE_LIMIT		0xffffffff
 | 
					
						
							|  |  |  | #define __io(p)		((void __iomem *)IOP3XX_PCI_IO_PHYS_TO_VIRT(p))
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #define __mem_pci(a)		(a)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif
 |