blob: ebaac41a6e1ade13effe410b12f9dcb584f8b5f8 [file] [log] [blame]
David S. Millere77227e2006-02-13 20:42:16 -08001/* vdev.h: SUN4V virtual device interfaces and defines.
2 *
3 * Copyright (C) 2006 David S. Miller <davem@davemloft.net>
4 */
5
6#ifndef _SPARC64_VDEV_H
7#define _SPARC64_VDEV_H
8
9#include <linux/types.h>
10#include <asm/oplib.h>
11
12extern u32 sun4v_vdev_devhandle;
13extern int sun4v_vdev_root;
14extern struct linux_prom_pci_intmap *sun4v_vdev_intmap;
15extern int sun4v_vdev_num_intmap;
16extern struct linux_prom_pci_intmap sun4v_vdev_intmask;
17
18#endif /* !(_SPARC64_VDEV_H) */