Linux Kernel
3.7.1
|
#include <miscdevice.h>
Data Fields | |
int | minor |
const char * | name |
struct file_operations * | fops |
struct list_head | list |
struct device * | parent |
struct device * | this_device |
const char * | nodename |
umode_t | mode |
Definition at line 51 of file miscdevice.h.
struct file_operations* fops |
Definition at line 54 of file miscdevice.h.
Definition at line 55 of file miscdevice.h.
int minor |
Definition at line 52 of file miscdevice.h.
umode_t mode |
Definition at line 59 of file miscdevice.h.
Definition at line 53 of file miscdevice.h.
Definition at line 58 of file miscdevice.h.
Definition at line 56 of file miscdevice.h.
Definition at line 57 of file miscdevice.h.