Changeset 59477e3 in mainline for arch/ppc32/include/boot/boot.h
- Timestamp:
- 2006-05-18T19:53:34Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8424198
- Parents:
- bd5a663
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/boot/boot.h
rbd5a663 r59477e3 35 35 #define TEMP_STACK_SIZE 0x100 36 36 37 #define TASKMAP_MAX_RECORDS 32 37 38 #define MEMMAP_MAX_RECORDS 32 38 39 … … 45 46 __u32 size; 46 47 } utask_t; 48 49 typedef struct { 50 __u32 count; 51 utask_t tasks[TASKMAP_MAX_RECORDS]; 52 } taskmap_t; 47 53 48 54 typedef struct { … … 66 72 67 73 typedef struct { 68 utask_t init;74 taskmap_t taskmap; 69 75 memmap_t memmap; 70 76 screen_t screen;
Note:
See TracChangeset
for help on using the changeset viewer.