Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/time.h>
#include <linux/clocksource.h>
#include <linux/module.h>
#include <asm/processor.h>
#include <asm/hypervisor.h>
#include <asm/hyperv.h>
#include <asm/mshyperv.h>
Go to the source code of this file.
Functions | |
EXPORT_SYMBOL_GPL (ms_hyperv) | |
EXPORT_SYMBOL (x86_hyper_ms_hyperv) | |
Variables | |
struct ms_hyperv_info | ms_hyperv |
const __refconst struct hypervisor_x86 | x86_hyper_ms_hyperv |
EXPORT_SYMBOL | ( | x86_hyper_ms_hyperv | ) |
EXPORT_SYMBOL_GPL | ( | ms_hyperv | ) |
struct ms_hyperv_info ms_hyperv |
Definition at line 22 of file mshyperv.c.
const __refconst struct hypervisor_x86 x86_hyper_ms_hyperv |
Definition at line 74 of file mshyperv.c.