Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/sysctl.h>
#include <linux/reboot.h>
#include <linux/hyperv.h>
Go to the source code of this file.
Data Structures | |
struct | adj_time_work |
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
MODULE_DEVICE_TABLE (vmbus, id_table) | |
module_init (init_hyperv_utils) | |
module_exit (exit_hyperv_utils) | |
MODULE_DESCRIPTION ("Hyper-V Utilities") | |
MODULE_VERSION (HV_DRV_VERSION) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION | ( | "Hyper-V Utilities" | ) |
MODULE_DEVICE_TABLE | ( | vmbus | , |
id_table | |||
) |
module_exit | ( | exit_hyperv_utils | ) |
module_init | ( | init_hyperv_utils | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_VERSION | ( | HV_DRV_VERSION | ) |