Rev 964 | Rev 1068 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 964 | Rev 1022 | ||
---|---|---|---|
Line 28... | Line 28... | ||
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 flush_instruction_cache(void); |
33 | void jump_to_kernel(void *code, void *memmap) __attribute__((noreturn)); |
33 | void jump_to_kernel(void *code, void *memmap, void *real_mode) __attribute__((noreturn)); |
- | 34 | void real_mode(void *code, void *memmap); |
|
34 | 35 | ||
35 | #define memcpy(dst, src, cnt) __builtin_memcpy((dst), (src), (cnt)) |
36 | #define memcpy(dst, src, cnt) __builtin_memcpy((dst), (src), (cnt)) |
36 | 37 | ||
37 | #endif |
38 | #endif |