vdev.h 357 B

12345678910111213141516
  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. extern u32 sun4v_vdev_devhandle;
  9. extern int sun4v_vdev_root;
  10. extern unsigned int sun4v_vdev_device_interrupt(unsigned int);
  11. #endif /* !(_SPARC64_VDEV_H) */