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