Rev 1881 | Rev 1895 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1881 | Rev 1893 | ||
---|---|---|---|
Line 101... | Line 101... | ||
101 | extern void ofw_init(void); |
101 | extern void ofw_init(void); |
102 | 102 | ||
103 | extern void ofw_write(const char *str, const int len); |
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, const void *buf, const int buflen); |
105 | extern int ofw_get_property(const phandle device, const char *name, const void *buf, const int buflen); |
- | 106 | extern int ofw_get_proplen(const phandle device, const char *name); |
|
- | 107 | extern int ofw_next_property(const phandle device, char *previous, char *buf); |
|
106 | 108 | ||
107 | extern phandle ofw_get_child_node(const phandle node); |
109 | extern phandle ofw_get_child_node(const phandle node); |
108 | extern phandle ofw_get_peer_node(const phandle node); |
110 | extern phandle ofw_get_peer_node(const phandle node); |
109 | extern phandle ofw_find_device(const char *name); |
111 | extern phandle ofw_find_device(const char *name); |
110 | 112 |