Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | nosy_stats |
Macros | |
#define | NOSY_IOC_GET_STATS _IOR('&', 0, struct nosy_stats) |
#define | NOSY_IOC_START _IO('&', 1) |
#define | NOSY_IOC_STOP _IO('&', 2) |
#define | NOSY_IOC_FILTER _IOW('&', 2, __u32) |
Definition at line 10 of file nosy-user.h.
#define NOSY_IOC_GET_STATS _IOR('&', 0, struct nosy_stats) |
Definition at line 7 of file nosy-user.h.
#define NOSY_IOC_START _IO('&', 1) |
Definition at line 8 of file nosy-user.h.
#define NOSY_IOC_STOP _IO('&', 2) |
Definition at line 9 of file nosy-user.h.