Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/arch.h

    r4872160 r150385b9  
    4545
    4646typedef struct {
    47         void *addr;
    48         size_t size;
     47        uintptr_t addr;
     48        uint32_t size;
    4949        char name[BOOTINFO_TASK_NAME_BUFLEN];
    5050} utask_t;
    5151
    5252typedef struct {
    53         size_t cnt;
     53        uint32_t cnt;
    5454        utask_t tasks[TASKMAP_MAX_RECORDS];
    5555} bootinfo_t;
Note: See TracChangeset for help on using the changeset viewer.