blob: 996e6be7b976227cc5836aeed5b77d44c5b0d5c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* 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>
extern u32 sun4v_vdev_devhandle;
extern int sun4v_vdev_root;
extern unsigned int sun4v_vdev_device_interrupt(unsigned int);
#endif /* !(_SPARC64_VDEV_H) */
|