|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/fs.h>#include <linux/major.h>#include <linux/blkdev.h>#include <linux/module.h>#include <linux/raw.h>#include <linux/capability.h>#include <linux/uio.h>#include <linux/cdev.h>#include <linux/device.h>#include <linux/mutex.h>#include <linux/gfp.h>#include <linux/compat.h>#include <linux/vmalloc.h>#include <asm/uaccess.h>Go to the source code of this file.
Data Structures | |
| struct | raw_device_data |
Functions | |
| module_param (max_raw_minors, int, 0) | |
| MODULE_PARM_DESC (max_raw_minors,"Maximum number of raw devices (1-65536)") | |
| module_init (raw_init) | |
| module_exit (raw_exit) | |
| MODULE_LICENSE ("GPL") | |
| module_exit | ( | raw_exit | ) |
| module_init | ( | raw_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | max_raw_minors | , |
| int | , | ||
| 0 | |||
| ) |
1.8.2