Changeset 16529d5 in mainline for boot/genarch/ofw.c
- Timestamp:
- 2006-09-20T20:31:44Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 28ecadb
- Parents:
- 61e90dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/genarch/ofw.c
r61e90dd r16529d5 115 115 } 116 116 117 int ofw_get_property(const phandle device, const char *name, constvoid *buf, const int buflen)117 int ofw_get_property(const phandle device, const char *name, void *buf, const int buflen) 118 118 { 119 119 return ofw_call("getprop", 4, 1, NULL, device, name, buf, buflen); … … 128 128 { 129 129 return ofw_call("nextprop", 3, 1, NULL, device, previous, buf); 130 } 131 132 int ofw_package_to_path(const phandle device, char *buf, const int buflen) 133 { 134 return ofw_call("package-to-path", 3, 1, NULL, device, buf, buflen); 130 135 } 131 136
Note:
See TracChangeset
for help on using the changeset viewer.