Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
lguest_device.c File Reference
#include <linux/init.h>
#include <linux/bootmem.h>
#include <linux/lguest_launcher.h>
#include <linux/virtio.h>
#include <linux/virtio_config.h>
#include <linux/interrupt.h>
#include <linux/virtio_ring.h>
#include <linux/err.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <asm/io.h>
#include <asm/paravirt.h>
#include <asm/lguest_hcall.h>

Go to the source code of this file.

Data Structures

struct  lguest_device
 
struct  lguest_vq_info
 

Macros

#define to_lgdev(vd)   container_of(vd, struct lguest_device, vdev)
 

Functions

int lguest_setup_irq (unsigned int irq)
 
 postcore_initcall (lguest_devices_init)
 

Macro Definition Documentation

#define to_lgdev (   vd)    container_of(vd, struct lguest_device, vdev)

Definition at line 57 of file lguest_device.c.

Function Documentation

int lguest_setup_irq ( unsigned int  irq)

Definition at line 864 of file boot.c.

postcore_initcall ( lguest_devices_init  )