Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2408 → Rev 2409

/branches/arm/boot/arch/arm32/loader/main.h
68,11 → 68,6
} bootinfo_t;
 
 
/** Called when the CPU is switched on.
*
* Implemented in assembly. Jumps to the #bootstrap only.
*/
extern void start(void);
 
extern void bootstrap(void);