Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1892 → Rev 1893

/trunk/boot/genarch/ofw.h
103,6 → 103,8
extern void ofw_write(const char *str, const int len);
 
extern int ofw_get_property(const phandle device, const char *name, const void *buf, const int buflen);
extern int ofw_get_proplen(const phandle device, const char *name);
extern int ofw_next_property(const phandle device, char *previous, char *buf);
 
extern phandle ofw_get_child_node(const phandle node);
extern phandle ofw_get_peer_node(const phandle node);