Changes in boot/arch/mips32/loader/asm.h [e731b0d:96e0748d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/loader/asm.h
re731b0d r96e0748d 33 33 #define PAGE_WIDTH 14 34 34 35 #define memcpy(dst, src, cnt) __builtin_memcpy((dst), (src), (cnt)) 36 35 37 void jump_to_kernel(void *entry, void *bootinfo) __attribute__((noreturn)); 36 38
Note:
See TracChangeset
for help on using the changeset viewer.