| 
									
										
										
										
											2006-11-11 17:18:39 +11:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Arch specific extensions to struct device | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This file is released under the GPLv2 | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2006-11-11 17:18:42 +11:00
										 |  |  | #ifndef _ASM_IA64_DEVICE_H
 | 
					
						
							|  |  |  | #define _ASM_IA64_DEVICE_H
 | 
					
						
							| 
									
										
										
										
											2006-11-11 17:18:39 +11:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-11-11 17:18:42 +11:00
										 |  |  | struct dev_archdata { | 
					
						
							| 
									
										
										
										
											2011-08-23 17:05:25 -07:00
										 |  |  | #ifdef CONFIG_INTEL_IOMMU
 | 
					
						
							| 
									
										
										
										
											2008-10-17 12:14:13 -07:00
										 |  |  | 	void *iommu; /* hook for IOMMU specific extension */ | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2006-11-11 17:18:42 +11:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-07-08 13:21:31 +02:00
										 |  |  | struct pdev_archdata { | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-11-11 17:18:42 +11:00
										 |  |  | #endif /* _ASM_IA64_DEVICE_H */
 |