Changeset 3de8b81b in mainline for boot/arch/ppc64/loader/main.h


Ignore:
Timestamp:
2006-07-17T00:22:27Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
41c4444
Parents:
fcf907e
Message:

sync ppc64 with ppc32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ppc64/loader/main.h

    rfcf907e r3de8b81b  
    3030#define BOOT_ppc64_MAIN_H_
    3131
    32 #include <ofw.h>
     32#include "ofw.h"
    3333
    3434#define TASKMAP_MAX_RECORDS 32
     
    4040
    4141typedef struct {
    42         unsigned int count;
     42        unsigned long count;
    4343        task_t tasks[TASKMAP_MAX_RECORDS];
    4444} taskmap_t;
    4545
    4646typedef struct {
     47        memmap_t memmap;
    4748        taskmap_t taskmap;
    48         memmap_t memmap;
    4949        screen_t screen;
     50        keyboard_t keyboard;
    5051} bootinfo_t;
    5152
Note: See TracChangeset for help on using the changeset viewer.