Changeset 437ee6a4 in mainline for genarch/include/firmware/ofw/ofw.h
- Timestamp:
- 2005-10-30T13:49:39Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- df91be5
- Parents:
- 2cd0485d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/include/firmware/ofw/ofw.h
r2cd0485d r437ee6a4 27 27 */ 28 28 29 #ifndef __ ppc32_OFW_H__30 #define __ ppc32_OFW_H__29 #ifndef __OFW_H__ 30 #define __OFW_H__ 31 31 32 32 #include <arch/types.h> … … 59 59 extern int ofw_get_property(const phandle device, const char *name, void *buf, const int buflen); 60 60 extern void *ofw_claim(const void *addr, const int size, const int align); 61 extern void putchar(const char ch);62 61 63 62 #endif
Note:
See TracChangeset
for help on using the changeset viewer.