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

Go to the source code of this file.

Data Structures

struct  list_head
 
struct  hlist_head
 
struct  hlist_node
 

Macros

#define __bitwise
 
#define DECLARE_BITMAP(name, bits)   unsigned long name[BITS_TO_LONGS(bits)]
 

Typedefs

typedef __u32 __bitwise __le32
 

Macro Definition Documentation

#define __bitwise

Definition at line 7 of file types.h.

#define DECLARE_BITMAP (   name,
  bits 
)    unsigned long name[BITS_TO_LONGS(bits)]

Definition at line 14 of file types.h.

Typedef Documentation

Definition at line 11 of file types.h.