| David S. Miller | e77227e | 2006-02-13 20:42:16 -0800 | [diff] [blame] | 1 | /* vdev.h: SUN4V virtual device interfaces and defines. | 
|  | 2 | * | 
|  | 3 | * Copyright (C) 2006 David S. Miller <davem@davemloft.net> | 
|  | 4 | */ | 
|  | 5 |  | 
|  | 6 | #ifndef _SPARC64_VDEV_H | 
|  | 7 | #define _SPARC64_VDEV_H | 
|  | 8 |  | 
|  | 9 | #include <linux/types.h> | 
| David S. Miller | e77227e | 2006-02-13 20:42:16 -0800 | [diff] [blame] | 10 |  | 
|  | 11 | extern u32 sun4v_vdev_devhandle; | 
|  | 12 | extern int sun4v_vdev_root; | 
| David S. Miller | 9d29a3f | 2006-02-15 19:48:54 -0800 | [diff] [blame] | 13 |  | 
|  | 14 | extern unsigned int sun4v_vdev_device_interrupt(unsigned int); | 
| David S. Miller | e77227e | 2006-02-13 20:42:16 -0800 | [diff] [blame] | 15 |  | 
|  | 16 | #endif /* !(_SPARC64_VDEV_H) */ |