Linux Kernel
3.7.1
|
#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 |
#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 unsigned long jump_label_t |
Definition at line 29 of file jump_label.h.