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

Go to the source code of this file.

Macros

#define flat_argvp_envp_on_stack()   0
 
#define flat_old_ram_flag(flags)   (flags)
 
#define flat_reloc_valid(reloc, size)   ((reloc) <= (size))
 
#define flat_set_persistent(relval, p)   0
 
#define flat_get_relocate_addr(rel)   (rel & 0x7fffffff)
 

Macro Definition Documentation

#define flat_argvp_envp_on_stack ( )    0

Definition at line 16 of file flat.h.

#define flat_get_relocate_addr (   rel)    (rel & 0x7fffffff)

Definition at line 87 of file flat.h.

#define flat_old_ram_flag (   flags)    (flags)

Definition at line 17 of file flat.h.

#define flat_reloc_valid (   reloc,
  size 
)    ((reloc) <= (size))

Definition at line 18 of file flat.h.

#define flat_set_persistent (   relval,
  p 
)    0

Definition at line 19 of file flat.h.