Changeset 7f1c620 in mainline for arch/mips32/include/boot.h
- Timestamp:
- 2006-07-04T17:17:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ffa3ef5
- Parents:
- 991779c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/boot.h
r991779c5 r7f1c620 35 35 36 36 typedef struct { 37 __addressaddr;38 __u32size;37 uintptr_t addr; 38 uint32_t size; 39 39 } utask_t; 40 40 41 41 typedef struct { 42 __u32cnt;42 uint32_t cnt; 43 43 utask_t tasks[TASKMAP_MAX_RECORDS]; 44 44 } bootinfo_t;
Note:
See TracChangeset
for help on using the changeset viewer.