Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1075 → Rev 1074

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