Changeset 16529d5 in mainline for boot/genarch/ofw.h
- Timestamp:
- 2006-09-20T20:31:44Z (19 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.h
r61e90dd r16529d5 103 103 extern void ofw_write(const char *str, const int len); 104 104 105 extern int ofw_get_property(const phandle device, const char *name, constvoid *buf, const int buflen);105 extern int ofw_get_property(const phandle device, const char *name, void *buf, const int buflen); 106 106 extern int ofw_get_proplen(const phandle device, const char *name); 107 107 extern int ofw_next_property(const phandle device, char *previous, char *buf); … … 110 110 extern phandle ofw_get_peer_node(const phandle node); 111 111 extern phandle ofw_find_device(const char *name); 112 113 extern int ofw_package_to_path(const phandle device, char *buf, const int buflen); 112 114 113 115 extern int ofw(ofw_args_t *arg);
Note:
See TracChangeset
for help on using the changeset viewer.