2006-02-14 05:42:16 +01:00
|
|
|
/* 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>
|
2006-06-22 07:56:20 +02:00
|
|
|
#include <asm/prom.h>
|
2006-02-14 05:42:16 +01:00
|
|
|
|
|
|
|
extern u32 sun4v_vdev_devhandle;
|
2006-06-22 07:56:20 +02:00
|
|
|
extern struct device_node *sun4v_vdev_root;
|
2006-02-16 04:48:54 +01:00
|
|
|
|
2006-06-22 07:56:20 +02:00
|
|
|
extern unsigned int sun4v_vdev_device_interrupt(struct device_node *dev_node);
|
2006-02-14 05:42:16 +01:00
|
|
|
|
|
|
|
#endif /* !(_SPARC64_VDEV_H) */
|