aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/vdev.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2006-03-21 12:08:21 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2006-03-21 12:08:21 -0500
commitac58c9059da8886b5e8cde012a80266b18ca146e (patch)
tree40bf486843a2cace6c3a959d73423e50e6aa0c00 /include/asm-sparc64/vdev.h
parentdf6db302cb236ac3a683d535a3e2073d9f4b2833 (diff)
parentc4a1745aa09fc110afdefea0e5d025043e348bae (diff)
downloadkernel_samsung_espresso10-ac58c9059da8886b5e8cde012a80266b18ca146e.zip
kernel_samsung_espresso10-ac58c9059da8886b5e8cde012a80266b18ca146e.tar.gz
kernel_samsung_espresso10-ac58c9059da8886b5e8cde012a80266b18ca146e.tar.bz2
Merge branch 'linus'
Diffstat (limited to 'include/asm-sparc64/vdev.h')
-rw-r--r--include/asm-sparc64/vdev.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/asm-sparc64/vdev.h b/include/asm-sparc64/vdev.h
new file mode 100644
index 0000000..996e6be
--- /dev/null
+++ b/include/asm-sparc64/vdev.h
@@ -0,0 +1,16 @@
+/* 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;
+
+extern unsigned int sun4v_vdev_device_interrupt(unsigned int);
+
+#endif /* !(_SPARC64_VDEV_H) */