Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
ltpc.h File Reference

Go to the source code of this file.

Data Structures

struct  lt_getresult
 
struct  lt_mem
 
struct  lt_setflags
 
struct  lt_getflags
 
struct  lt_init
 
struct  lt_sendlap
 
struct  lt_rcvlap
 
union  lt_command
 

Macros

#define LT_GETRESULT   0x00
 
#define LT_WRITEMEM   0x01
 
#define LT_READMEM   0x02
 
#define LT_GETFLAGS   0x04
 
#define LT_SETFLAGS   0x05
 
#define LT_INIT   0x10
 
#define LT_SENDLAP   0x13
 
#define LT_RCVLAP   0x14
 
#define LT_FLAG_ALLLAP   0x04
 

Typedefs

typedef union lt_command lt_command
 

Macro Definition Documentation

#define LT_FLAG_ALLLAP   0x04

Definition at line 16 of file ltpc.h.

#define LT_GETFLAGS   0x04

Definition at line 9 of file ltpc.h.

#define LT_GETRESULT   0x00

Definition at line 6 of file ltpc.h.

#define LT_INIT   0x10

Definition at line 11 of file ltpc.h.

#define LT_RCVLAP   0x14

Definition at line 13 of file ltpc.h.

#define LT_READMEM   0x02

Definition at line 8 of file ltpc.h.

#define LT_SENDLAP   0x13

Definition at line 12 of file ltpc.h.

#define LT_SETFLAGS   0x05

Definition at line 10 of file ltpc.h.

#define LT_WRITEMEM   0x01

Definition at line 7 of file ltpc.h.

Typedef Documentation

typedef union lt_command lt_command

Definition at line 72 of file ltpc.h.