Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
cuboot.h File Reference

Go to the source code of this file.

Macros

#define CUBOOT_INIT()
 

Functions

void cuboot_init (unsigned long r4, unsigned long r5, unsigned long r6, unsigned long r7, unsigned long end_of_ram)
 

Macro Definition Documentation

#define CUBOOT_INIT ( )
Value:
do { \
memcpy(&bd, (bd_t *)r3, sizeof(bd)); \
cuboot_init(r4, r5, r6, r7, bd.bi_memstart + bd.bi_memsize); \
} while (0)

Definition at line 8 of file cuboot.h.

Function Documentation

void cuboot_init ( unsigned long  r4,
unsigned long  r5,
unsigned long  r6,
unsigned long  r7,
unsigned long  end_of_ram 
)

Definition at line 20 of file cuboot.c.