Changeset 45b26dad in mainline for boot/genarch/ofw.h
- 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.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.