| 
									
										
										
										
											2006-02-13 20:42:16 -08:00
										 |  |  | /* vdev.h: SUN4V virtual device interfaces and defines.
 | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 2006 David S. Miller <davem@davemloft.net> | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef _SPARC64_VDEV_H
 | 
					
						
							|  |  |  | #define _SPARC64_VDEV_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/types.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | extern u32 sun4v_vdev_devhandle; | 
					
						
							|  |  |  | extern int sun4v_vdev_root; | 
					
						
							| 
									
										
										
										
											2006-02-15 19:48:54 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | extern unsigned int sun4v_vdev_device_interrupt(unsigned int); | 
					
						
							| 
									
										
										
										
											2006-02-13 20:42:16 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* !(_SPARC64_VDEV_H) */
 |