Changeset 45b26dad in mainline for boot/genarch/ofw.c
- Timestamp:
- 2006-09-26T12:59:28Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b44939b
- Parents:
- 6ff1f1e
- File:
-
- 1 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;
Note:
See TracChangeset
for help on using the changeset viewer.