Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/include/asm.h

    rb97b348 r4872160  
    3333#include <typedefs.h>
    3434
    35 extern void jump_to_kernel(uintptr_t physmem_start, bootinfo_t *bootinfo,
    36     uint8_t subarch, void *entry) __attribute__((noreturn));
     35extern void jump_to_kernel(void *entry, bootinfo_t *bootinfo,
     36    uintptr_t physmem_start, uint8_t subarch) __attribute__((noreturn));
    3737
    3838#endif
Note: See TracChangeset for help on using the changeset viewer.