Include dependency graph for ofw.c:

Go to the source code of this file.
Functions | |
| void | ofw_init (void) |
| void | ofw_done (void) |
| __native | ofw_call (const char *service, const int nargs, const int nret,...) |
| void | ofw_putchar (const char ch) |
| char | ofw_getchar (void) |
| phandle | ofw_find_device (const char *name) |
| int | ofw_get_property (const phandle device, const char *name, void *buf, const int buflen) |
| void * | ofw_claim (const void *addr, const int size, const int align) |
Variables | |
| ofw_entry | ofw |
| phandle | ofw_chosen |
| ihandle | ofw_stdin |
| ihandle | ofw_stdout |
Definition in file ofw.c.
1.4.6