Ignore:
File:
1 edited

Legend:

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

    r7a99507 rae8d7b0  
    4242
    4343typedef struct {
     44        volatile uint64_t *tohost;
     45        volatile uint64_t *fromhost;
     46} ucbinfo_t;
     47
     48typedef struct {
    4449        void *start;
    4550        size_t size;
     
    6772
    6873typedef struct {
     74        ucbinfo_t ucbinfo;
     75        uintptr_t physmem_start;
     76        uintptr_t htif_frame;
     77        uintptr_t pt_frame;
    6978        memmap_t memmap;
    7079        taskmap_t taskmap;
Note: See TracChangeset for help on using the changeset viewer.