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


Ignore:
Timestamp:
2006-03-13T19:58:00Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6323989
Parents:
272c219
Message:

relocate ppc32 kernel above 2 GB

File:
1 edited

Legend:

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

    r272c219 reebd172  
    6161extern int ofw_get_property(const phandle device, const char *name, const void *buf, const int buflen);
    6262extern int ofw_call(const char *service, const int nargs, const int nret, ...);
    63 #define ofw_call_method(instance, method, nargs, nret, ...) ofw_call("call-method", (nargs + 2), nret, method, instance, ##__VA_ARGS__)
    6463
    6564extern ihandle ofw_open(const char *name);
    6665extern void ofw_write(const char *str, const int len);
    6766
    68 extern void *ofw_claim(const void *addr, const int size, const int align);
    6967extern void *ofw_translate(const void *virt);
     68extern int ofw_map(const void *phys, const void *virt, const int size, const int mode);
    7069
    7170#endif
Note: See TracChangeset for help on using the changeset viewer.