diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sparc64/vdev.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/asm-sparc64/vdev.h b/include/asm-sparc64/vdev.h new file mode 100644 index 000000000000..ebaac41a6e1a --- /dev/null +++ b/include/asm-sparc64/vdev.h | |||
@@ -0,0 +1,18 @@ | |||
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> | ||
10 | #include <asm/oplib.h> | ||
11 | |||
12 | extern u32 sun4v_vdev_devhandle; | ||
13 | extern int sun4v_vdev_root; | ||
14 | extern struct linux_prom_pci_intmap *sun4v_vdev_intmap; | ||
15 | extern int sun4v_vdev_num_intmap; | ||
16 | extern struct linux_prom_pci_intmap sun4v_vdev_intmask; | ||
17 | |||
18 | #endif /* !(_SPARC64_VDEV_H) */ | ||