aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/vdev.h
blob: 25637c57675d1ebbf62001060a1b27e122dab593 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 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>
#include <asm/prom.h>

extern u32 sun4v_vdev_devhandle;
extern struct device_node *sun4v_vdev_root;

extern unsigned int sun4v_vdev_device_interrupt(struct device_node *dev_node);

#endif /* !(_SPARC64_VDEV_H) */