Changeset 45b26dad in mainline for boot/genarch
- Timestamp:
- 2006-09-26T12:59:28Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b44939b
- Parents:
- 6ff1f1e
- Location:
- boot/genarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/genarch/ofw.c
r6ff1f1e r45b26dad 84 84 * @return Return value returned by the client interface. 85 85 */ 86 staticunsigned long ofw_call(const char *service, const int nargs, const int nret, ofw_arg_t *rets, ...)86 unsigned long ofw_call(const char *service, const int nargs, const int nret, ofw_arg_t *rets, ...) 87 87 { 88 88 va_list list; -
boot/genarch/ofw.h
r6ff1f1e r45b26dad 91 91 extern uintptr_t ofw_cif; 92 92 93 94 93 extern phandle ofw_chosen; 95 94 extern ihandle ofw_stdout; … … 114 113 115 114 extern int ofw(ofw_args_t *arg); 115 extern unsigned long ofw_call(const char *service, const int nargs, const int nret, ofw_arg_t *rets, ...); 116 116 extern unsigned int ofw_get_address_cells(const phandle device); 117 117 extern unsigned int ofw_get_size_cells(const phandle device);
Note:
See TracChangeset
for help on using the changeset viewer.
