vdev.h 411 B

1234567891011121314151617
  1. /* vdev.h: SUN4V virtual device interfaces and defines.
  2. *
  3. * Copyright (C) 2006 David S. Miller <davem@davemloft.net>
  4. */
  5. #ifndef _SPARC64_VDEV_H
  6. #define _SPARC64_VDEV_H
  7. #include <linux/types.h>
  8. #include <asm/prom.h>
  9. extern u32 sun4v_vdev_devhandle;
  10. extern struct device_node *sun4v_vdev_root;
  11. extern unsigned int sun4v_vdev_device_interrupt(struct device_node *dev_node);
  12. #endif /* !(_SPARC64_VDEV_H) */