Changeset 95b47c82 in mainline for boot/genarch/ofw.h
- Timestamp:
- 2007-04-15T20:51:04Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9a7a970
- Parents:
- ddee708
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/genarch/ofw.h
rddee708 r95b47c82 118 118 extern void *ofw_translate(const void *virt); 119 119 extern int ofw_translate_failed(ofw_arg_t flag); 120 extern void *ofw_claim(const void *virt, const int len); 120 extern void *ofw_claim_virt(const void *virt, const int len); 121 extern void *ofw_claim_phys(const void *virt, const int len); 121 122 extern int ofw_map(const void *phys, const void *virt, const int size, const int mode); 122 123 extern int ofw_memmap(memmap_t *map);
Note:
See TracChangeset
for help on using the changeset viewer.