Changeset f941347 in mainline for arch/ppc32/loader/ofw.h


Ignore:
Timestamp:
2006-03-17T12:46:35Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7dcde32
Parents:
543c31f
Message:

relocate boot loader structures if needed
(allowing to boot on stupid OFW implementations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/ofw.h

    r543c31f rf941347  
    5757
    5858extern void *ofw_translate(const void *virt);
     59extern int ofw_map(const void *phys, const void *virt, const int size, const int mode);
    5960extern int ofw_memmap(memmap_t *map);
    6061
Note: See TracChangeset for help on using the changeset viewer.