2 * hypervisor.c - /sys/hypervisor subsystem.
4 * This file is released under the GPLv2
8 #include <linux/kobject.h>
9 #include <linux/device.h>
13 decl_subsys(hypervisor
, NULL
, NULL
);
14 EXPORT_SYMBOL_GPL(hypervisor_subsys
);
16 int __init
hypervisor_init(void)
18 return subsystem_register(&hypervisor_subsys
);