#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/irq.h>
#include <linux/export.h>
#include <linux/init.h>
#include <asm/mdesc.h>
#include <asm/vio.h>
Go to the source code of this file.
vio_register_driver: - Register a new vio driver : The vio_driver structure to be registered.
Definition at line 122 of file vio.c.
postcore_initcall |
( |
vio_init |
| ) |
|
vio_unregister_driver - Remove registration of vio driver. : The vio_driver struct to be removed form registration
Definition at line 134 of file vio.c.