Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/string.h>
#include "base.h"
Go to the source code of this file.
Functions | |
void | module_add_driver (struct module *mod, struct device_driver *drv) |
void | module_remove_driver (struct device_driver *drv) |
void module_add_driver | ( | struct module * | mod, |
struct device_driver * | drv | ||
) |
void module_remove_driver | ( | struct device_driver * | drv | ) |