Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2348 → Rev 2349

/branches/arm/boot/arch/arm32/loader/main.h
31,6 → 31,7
* @{
*/
/** @file
* @brief Boot related declarations.
*/
 
 
67,7 → 68,10
} bootinfo_t;
 
 
/** Run when the CPU is switched on. */
/** Called when the CPU is switched on.
*
* Implemented in assembly. Jumps to the #bootstrap only.
*/
extern void start(void);
 
extern void bootstrap(void);