Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1074 → Rev 1075

/boot/trunk/arch/ppc32/loader/asm.h
39,6 → 39,8
 
#ifndef __ASM__
 
#define memcpy(dst, src, cnt) __builtin_memcpy((dst), (src), (cnt))
 
extern void *trans[TRANS_SIZE];
 
extern void halt();