Linux Kernel
3.7.1
|
#include <linux/kobject.h>
#include <linux/string.h>
#include <linux/sysfs.h>
#include <linux/module.h>
#include <linux/init.h>
Go to the source code of this file.
Functions | |
module_init (example_init) | |
module_exit (example_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Greg Kroah-Hartman <[email protected]>") | |
MODULE_AUTHOR | ( | "Greg Kroah-Hartman <[email protected]>" | ) |
module_exit | ( | example_exit | ) |
module_init | ( | example_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |