Changeset 59477e3 in mainline for arch/ppc32/include/boot/boot.h


Ignore:
Timestamp:
2006-05-18T19:53:34Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8424198
Parents:
bd5a663
Message:

ppc32: update boot API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/include/boot/boot.h

    rbd5a663 r59477e3  
    3535#define TEMP_STACK_SIZE 0x100
    3636
     37#define TASKMAP_MAX_RECORDS 32
    3738#define MEMMAP_MAX_RECORDS 32
    3839
     
    4546        __u32 size;
    4647} utask_t;
     48
     49typedef struct {
     50        __u32 count;
     51        utask_t tasks[TASKMAP_MAX_RECORDS];
     52} taskmap_t;
    4753
    4854typedef struct {
     
    6672
    6773typedef struct {
    68         utask_t init;
     74        taskmap_t taskmap;
    6975        memmap_t memmap;
    7076        screen_t screen;
Note: See TracChangeset for help on using the changeset viewer.