#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/genhd.h>
#include <linux/blkdev.h>
#include <linux/hdreg.h>
#include <linux/slab.h>
#include <asm/natfeat.h>
Go to the source code of this file.
- Enumerator:
NFHD_READ_WRITE |
|
NFHD_GET_CAPACITY |
|
NFHD_DEV_OFFSET |
|
Definition at line 25 of file nfblock.c.
module_exit |
( |
nfhd_exit |
| ) |
|
module_init |
( |
nfhd_init |
| ) |
|
module_param |
( |
major_num |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |