/* vdev.h: SUN4V virtual device interfaces and defines. * * Copyright (C) 2006 David S. Miller */ #ifndef _SPARC64_VDEV_H #define _SPARC64_VDEV_H #include #include extern u32 sun4v_vdev_devhandle; extern struct device_node *sun4v_vdev_root; extern unsigned int sun4v_vdev_device_interrupt(struct device_node *dev_node); #endif /* !(_SPARC64_VDEV_H) */