Changeset 34bd143 in mainline for boot/genarch/ofw_tree.h


Ignore:
Timestamp:
2006-09-30T10:28:50Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36db5ac
Parents:
398e7688
Message:

Add node handle to in-memory ofw tree node.
This is essential for interrupt mapping on sparc64
and perhaps on other platforms that have OpenFirmware.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/genarch/ofw_tree.h

    r398e7688 r34bd143  
    4444        ofw_tree_node_t *child;
    4545
     46        uint32_t node_handle;                   /**< Old OpenFirmware node handle. */
     47
    4648        char *da_name;                          /**< Disambigued name. */
    4749
Note: See TracChangeset for help on using the changeset viewer.