Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 955 → Rev 956

/boot/trunk/arch/ppc32/loader/asm.h
29,6 → 29,7
#ifndef __ASM_H__
#define __ASM_H__
 
void flush_instruction_cache(void);
void jump_to_kernel(void *addr) __attribute__((noreturn));
 
#define memcpy(dst, src, cnt) __builtin_memcpy((dst), (src), (cnt))