Displaying 1 result from an estimated 1 matches for "init_xvifgetinfo".
2003 Dec 09
2
modules and hypercall
...ines in this file are used to get information about virtual
* network interface provide by Xen.
*
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <hypervisor-ifs/hypervisor-if.h>
#include <hypervisor-ifs/network.h>
/**
* init_xvifgetinfo() - this function is called when module is loaded
*
* Description: We try to get information concerning the vif #1
* in domain #0
*/
static int __init init_xvifgetinfo(void)
{
network_op_t netop;
long res;
printk(KERN_INFO "init_xvifgetinfo: Loaded\n...