aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/vdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/vdev.h')
-rw-r--r--include/asm-sparc64/vdev.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/asm-sparc64/vdev.h b/include/asm-sparc64/vdev.h
deleted file mode 100644
index 996e6be7b976..000000000000
--- a/include/asm-sparc64/vdev.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* 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) */