Ignore:
File:
1 edited

Legend:

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

    r8b6aa39 rae8d7b0  
    3030#define BOOT_riscv64_ASM_H_
    3131
    32 #include <typedefs.h>
     32#include <stddef.h>
    3333
    34 extern void jump_to_kernel(void *, uintptr_t)
     34extern char htif_page[];
     35extern char pt_page[];
     36
     37extern void jump_to_kernel(uintptr_t)
    3538    __attribute__((noreturn));
    3639
Note: See TracChangeset for help on using the changeset viewer.