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

Go to the source code of this file.

Data Structures

union  tagUQuadWord
 

Macros

#define TRUE   1
 
#define FALSE   0
 

Typedefs

typedef int BOOL
 
typedef unsigned char BYTE
 
typedef unsigned short WORD
 
typedef unsigned long DWORD
 
typedef union tagUQuadWord UQuadWord
 
typedef UQuadWord QWORD
 
typedef unsigned long ULONG_PTR
 
typedef unsigned long DWORD_PTR
 
typedef BYTEPBYTE
 
typedef WORDPWORD
 
typedef DWORDPDWORD
 
typedef QWORDPQWORD
 

Macro Definition Documentation

#define FALSE   0

Definition at line 40 of file ttype.h.

#define TRUE   1

Definition at line 37 of file ttype.h.

Typedef Documentation

typedef int BOOL

Definition at line 34 of file ttype.h.

typedef unsigned char BYTE

Definition at line 45 of file ttype.h.

typedef unsigned long DWORD

Definition at line 47 of file ttype.h.

typedef unsigned long DWORD_PTR

Definition at line 64 of file ttype.h.

typedef BYTE* PBYTE

Definition at line 68 of file ttype.h.

typedef DWORD* PDWORD

Definition at line 72 of file ttype.h.

typedef QWORD* PQWORD

Definition at line 74 of file ttype.h.

typedef WORD* PWORD

Definition at line 70 of file ttype.h.

typedef UQuadWord QWORD

Definition at line 59 of file ttype.h.

typedef unsigned long ULONG_PTR

Definition at line 63 of file ttype.h.

typedef union tagUQuadWord UQuadWord
typedef unsigned short WORD

Definition at line 46 of file ttype.h.