Subversion Repositories HelenOS-historic

Rev

Rev 953 | Rev 964 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 953 Rev 956
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __ASM_H__
29
#ifndef __ASM_H__
30
#define __ASM_H__
30
#define __ASM_H__
31
 
31
 
-
 
32
void flush_instruction_cache(void);
32
void jump_to_kernel(void *addr) __attribute__((noreturn));
33
void jump_to_kernel(void *addr) __attribute__((noreturn));
33
 
34
 
34
#define memcpy(dst, src, cnt)  __builtin_memcpy((dst), (src), (cnt))
35
#define memcpy(dst, src, cnt)  __builtin_memcpy((dst), (src), (cnt))
35
 
36
 
36
#endif
37
#endif