| 
									
										
										
										
											2008-10-22 22:26:29 -07:00
										 |  |  | #ifndef _ASM_X86_PCI_64_H
 | 
					
						
							|  |  |  | #define _ASM_X86_PCI_64_H
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #ifdef __KERNEL__
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-07-22 00:23:39 +03:00
										 |  |  | #ifdef CONFIG_CALGARY_IOMMU
 | 
					
						
							| 
									
										
										
										
											2008-03-23 01:03:02 -07:00
										 |  |  | static inline void *pci_iommu(struct pci_bus *bus) | 
					
						
							| 
									
										
										
										
											2007-07-22 00:23:39 +03:00
										 |  |  | { | 
					
						
							|  |  |  | 	struct pci_sysdata *sd = bus->sysdata; | 
					
						
							|  |  |  | 	return sd->iommu; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static inline void set_pci_iommu(struct pci_bus *bus, void *val) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct pci_sysdata *sd = bus->sysdata; | 
					
						
							|  |  |  | 	sd->iommu = val; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | #endif /* CONFIG_CALGARY_IOMMU */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-03-23 01:03:02 -07:00
										 |  |  | extern int (*pci_config_read)(int seg, int bus, int dev, int fn, | 
					
						
							|  |  |  | 			      int reg, int len, u32 *value); | 
					
						
							|  |  |  | extern int (*pci_config_write)(int seg, int bus, int dev, int fn, | 
					
						
							|  |  |  | 			       int reg, int len, u32 value); | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* __KERNEL__ */
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-10-22 22:26:29 -07:00
										 |  |  | #endif /* _ASM_X86_PCI_64_H */
 |