| 
									
										
										
										
											2009-10-04 14:55:28 +02:00
										 |  |  | #ifndef _DEVBOARD_PLATFORM_H_
 | 
					
						
							|  |  |  | #define _DEVBOARD_PLATFORM_H_
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/init.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-02-24 17:40:21 +01:00
										 |  |  | int __init db1x_register_pcmcia_socket(phys_addr_t pcmcia_attr_start, | 
					
						
							|  |  |  | 				       phys_addr_t pcmcia_attr_len, | 
					
						
							|  |  |  | 				       phys_addr_t pcmcia_mem_start, | 
					
						
							|  |  |  | 				       phys_addr_t pcmcia_mem_end, | 
					
						
							|  |  |  | 				       phys_addr_t pcmcia_io_start, | 
					
						
							|  |  |  | 				       phys_addr_t pcmcia_io_end, | 
					
						
							| 
									
										
										
										
											2009-10-04 14:55:28 +02:00
										 |  |  | 				       int card_irq, | 
					
						
							|  |  |  | 				       int cd_irq, | 
					
						
							|  |  |  | 				       int stschg_irq, | 
					
						
							|  |  |  | 				       int eject_irq, | 
					
						
							|  |  |  | 				       int id); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-10-19 12:53:37 +02:00
										 |  |  | int __init db1x_register_norflash(unsigned long size, int width, | 
					
						
							|  |  |  | 				  int swapped); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-10-04 14:55:28 +02:00
										 |  |  | #endif
 |