Changeset 25f089b in mainline for arch/mips32/loader/asm.h
- Timestamp:
- 2006-06-10T11:04:11Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e5cd717
- Parents:
- 2d1a1d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/loader/asm.h
r2d1a1d4 r25f089b 30 30 #define __ASM_H__ 31 31 32 void jump_to_kernel(void *code) __attribute__((noreturn)); 32 #define PAGE_SIZE 16384 33 #define PAGE_WIDTH 14 34 35 #define memcpy(dst, src, cnt) __builtin_memcpy((dst), (src), (cnt)) 36 37 void jump_to_kernel(void *entry, void *bootinfo, unsigned int bootinfo_size) __attribute__((noreturn)); 33 38 34 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.