Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs
types.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

union  u64_swap
 

Typedefs

typedef uint64_t u64
 
typedef int64_t s64
 
typedef unsigned int u32
 
typedef signed int s32
 
typedef unsigned short u16
 
typedef signed short s16
 
typedef unsigned char u8
 
typedef signed char s8
 

Typedef Documentation

typedef signed short s16

Definition at line 15 of file types.h.

typedef signed int s32

Definition at line 13 of file types.h.

typedef int64_t s64

Definition at line 11 of file types.h.

typedef signed char s8

Definition at line 17 of file types.h.

typedef unsigned short u16

Definition at line 14 of file types.h.

typedef unsigned int u32

Definition at line 12 of file types.h.

typedef uint64_t u64

Definition at line 10 of file types.h.

typedef unsigned char u8

Definition at line 16 of file types.h.