Changes in boot/arch/sparc64/include/asm.h [b97b348:4872160] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/include/asm.h
rb97b348 r4872160 33 33 #include <typedefs.h> 34 34 35 extern void jump_to_kernel( uintptr_t physmem_start, bootinfo_t *bootinfo,36 uint 8_t subarch, void *entry) __attribute__((noreturn));35 extern void jump_to_kernel(void *entry, bootinfo_t *bootinfo, 36 uintptr_t physmem_start, uint8_t subarch) __attribute__((noreturn)); 37 37 38 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.