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

Go to the source code of this file.

Macros

#define __bitwise__
 
#define __bitwise
 
#define __aligned_u64   __u64 __attribute__((aligned(8)))
 
#define __aligned_be64   __be64 __attribute__((aligned(8)))
 
#define __aligned_le64   __le64 __attribute__((aligned(8)))
 

Typedefs

typedef __u16 __bitwise __le16
 
typedef __u16 __bitwise __be16
 
typedef __u32 __bitwise __le32
 
typedef __u32 __bitwise __be32
 
typedef __u64 __bitwise __le64
 
typedef __u64 __bitwise __be64
 
typedef __u16 __bitwise __sum16
 
typedef __u32 __bitwise __wsum
 

Macro Definition Documentation

#define __aligned_be64   __be64 __attribute__((aligned(8)))

Definition at line 52 of file types.h.

#define __aligned_le64   __le64 __attribute__((aligned(8)))

Definition at line 53 of file types.h.

#define __aligned_u64   __u64 __attribute__((aligned(8)))

Definition at line 51 of file types.h.

#define __bitwise

Definition at line 29 of file types.h.

#define __bitwise__

Definition at line 24 of file types.h.

Typedef Documentation

Definition at line 33 of file types.h.

Definition at line 35 of file types.h.

Definition at line 37 of file types.h.

Definition at line 32 of file types.h.

Definition at line 34 of file types.h.

Definition at line 36 of file types.h.

Definition at line 39 of file types.h.

Definition at line 40 of file types.h.