Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2348 → Rev 2349

/branches/arm/boot/arch/arm32/loader/asm.h
31,6 → 31,7
* @{
*/
/** @file
* @brief Functions implemented in assembly.
*/
 
 
47,7 → 48,7
#define memcpy(dst, src, cnt) __builtin_memcpy((dst), (src), (cnt))
 
 
/** Jumps to the kernel.
/** Jumps to the kernel entry point.
*
* @param entry Kernel entry point address.
* @param bootinfo Structure holding information about loaded tasks.