Changeset eebd172 in mainline for arch/ppc32/loader/ofw.h
- Timestamp:
- 2006-03-13T19:58:00Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6323989
- Parents:
- 272c219
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/loader/ofw.h
r272c219 reebd172 61 61 extern int ofw_get_property(const phandle device, const char *name, const void *buf, const int buflen); 62 62 extern int ofw_call(const char *service, const int nargs, const int nret, ...); 63 #define ofw_call_method(instance, method, nargs, nret, ...) ofw_call("call-method", (nargs + 2), nret, method, instance, ##__VA_ARGS__)64 63 65 64 extern ihandle ofw_open(const char *name); 66 65 extern void ofw_write(const char *str, const int len); 67 66 68 extern void *ofw_claim(const void *addr, const int size, const int align);69 67 extern void *ofw_translate(const void *virt); 68 extern int ofw_map(const void *phys, const void *virt, const int size, const int mode); 70 69 71 70 #endif
Note:
See TracChangeset
for help on using the changeset viewer.