Changeset e692a27 in mainline for arch/ppc32/include/boot/boot.h


Ignore:
Timestamp:
2006-04-22T22:35:37Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf85e24c
Parents:
c118940
Message:

ppc32: initial userspace support

File:
1 edited

Legend:

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

    rc118940 re692a27  
    4242
    4343typedef struct {
     44        __address addr;
     45        __u32 size;
     46} utask_t;
     47
     48typedef struct {
    4449        __address start;
    4550        __u32 size;
     
    6166
    6267typedef struct {
     68        utask_t init;
    6369        memmap_t memmap;
    6470        screen_t screen;
Note: See TracChangeset for help on using the changeset viewer.