Changeset 3abe07f5 in mainline for boot/genarch/ofw.h


Ignore:
Timestamp:
2006-09-19T19:03:55Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
61e90dd
Parents:
19dba2b
Message:

Add prototype implementation for creating canonical copy of OpenFirmware device tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/genarch/ofw.h

    r19dba2b r3abe07f5  
    104104
    105105extern int ofw_get_property(const phandle device, const char *name, const void *buf, const int buflen);
     106extern int ofw_get_proplen(const phandle device, const char *name);
     107extern int ofw_next_property(const phandle device, char *previous, char *buf);
    106108
    107109extern phandle ofw_get_child_node(const phandle node);
Note: See TracChangeset for help on using the changeset viewer.