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

Go to the source code of this file.

Data Structures

struct  jump_entry
 

Macros

#define JUMP_LABEL_NOP_SIZE   6
 
#define ASM_PTR   ".long"
 
#define ASM_ALIGN   ".balign 4"
 

Typedefs

typedef unsigned long jump_label_t
 

Macro Definition Documentation

#define ASM_ALIGN   ".balign 4"

Definition at line 13 of file jump_label.h.

#define ASM_PTR   ".long"

Definition at line 12 of file jump_label.h.

#define JUMP_LABEL_NOP_SIZE   6

Definition at line 6 of file jump_label.h.

Typedef Documentation

typedef unsigned long jump_label_t

Definition at line 29 of file jump_label.h.