Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
nosy-user.h File Reference
#include <linux/ioctl.h>
#include <linux/types.h>

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)
 

Macro Definition Documentation

#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.