Changeset 1fbe8da2 in mainline for arch/ppc32/loader/asm.h
- Timestamp:
- 2006-03-15T18:25:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9719b58
- Parents:
- 032a9b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/loader/asm.h
r032a9b3 r1fbe8da2 31 31 32 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 36 #define memcpy(dst, src, cnt) __builtin_memcpy((dst), (src), (cnt))
Note:
See TracChangeset
for help on using the changeset viewer.