Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/configfs.h>
Go to the source code of this file.
Data Structures | |
struct | childless |
struct | childless_attribute |
struct | simple_child |
struct | simple_children |
Functions | |
module_init (configfs_example_init) | |
module_exit (configfs_example_exit) | |
MODULE_LICENSE ("GPL") | |
module_exit | ( | configfs_example_exit | ) |
module_init | ( | configfs_example_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |