Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 4faf4e0e7d4e1935fbfc5043d3ebd8d51a3d898d 16 lines 357 B view raw
1/* 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 11extern u32 sun4v_vdev_devhandle; 12extern int sun4v_vdev_root; 13 14extern unsigned int sun4v_vdev_device_interrupt(unsigned int); 15 16#endif /* !(_SPARC64_VDEV_H) */