#include <linux/atomic.h>
#include <linux/module.h>
#include <linux/miscdevice.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/device.h>
#include <linux/mm.h>
#include <linux/uaccess.h>
#include <linux/types.h>
#include <linux/list.h>
#include <linux/highmem.h>
#include <xen/xen.h>
#include <xen/page.h>
#include <xen/grant_table.h>
#include <xen/gntalloc.h>
#include <xen/events.h>
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Carter Weatherly <[email protected]> |
, |
|
|
""Daniel De Graaf< dgdegra @tycho.nsa.gov >" |
|
|
) |
| |
module_exit |
( |
gntalloc_exit |
| ) |
|
module_init |
( |
gntalloc_init |
| ) |
|