blob: 996e6be7b976227cc5836aeed5b77d44c5b0d5c6 [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>
David S. Millere77227e2006-02-13 20:42:16 -080010
11extern u32 sun4v_vdev_devhandle;
12extern int sun4v_vdev_root;
David S. Miller9d29a3f2006-02-15 19:48:54 -080013
14extern unsigned int sun4v_vdev_device_interrupt(unsigned int);
David S. Millere77227e2006-02-13 20:42:16 -080015
16#endif /* !(_SPARC64_VDEV_H) */