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

Go to the source code of this file.

Data Structures

struct  vmcp_session
 

Macros

#define VMCP_GETCODE   _IOR(0x10, 1, int)
 
#define VMCP_SETBUF   _IOW(0x10, 2, int)
 
#define VMCP_GETSIZE   _IOR(0x10, 3, int)
 

Macro Definition Documentation

#define VMCP_GETCODE   _IOR(0x10, 1, int)

Definition at line 18 of file vmcp.h.

#define VMCP_GETSIZE   _IOR(0x10, 3, int)

Definition at line 20 of file vmcp.h.

#define VMCP_SETBUF   _IOW(0x10, 2, int)

Definition at line 19 of file vmcp.h.