Include dependency graph for ofw.h:

Go to the source code of this file.
Data Structures | |
| struct | ofw_args_t |
Defines | |
| #define | MAX_OFW_ARGS 10 |
Typedefs | |
| typedef __native | ofw_arg_t |
| typedef int | ihandle |
| typedef int | phandle |
| typedef void(* | ofw_entry )(ofw_args_t *) |
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 |
Definition in file ofw.h.
1.4.6