swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: a8bd60705aa17a998516837d9c1e503ad4cbd7fc authored by Linus Torvalds on 25 May 2006, 01:50:17 UTC
Linux 2.6.17-rc5
Tip revision: a8bd607
vdev.h
/* 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) */
back to top