Changeset 9a5b556 in mainline for boot/genarch/ofw.c
- Timestamp:
- 2006-09-12T13:03:55Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6eabb6e6
- Parents:
- 7bb6b06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/genarch/ofw.c
r7bb6b06 r9a5b556 146 146 } 147 147 148 phandle ofw_get_child_node(const phandle node) 149 { 150 return ofw_call("child", 1, 1, NULL, node); 151 } 152 153 phandle ofw_get_peer_node(const phandle node) 154 { 155 return ofw_call("peer", 1, 1, NULL, node); 156 } 148 157 149 158 static ihandle ofw_open(const char *name)
Note:
See TracChangeset
for help on using the changeset viewer.