- Timestamp:
- 2010-12-14T12:52:38Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b10dab
- Parents:
- 554debd
- Location:
- boot
- Files:
-
- 4 edited
-
arch/ia64/include/types.h (modified) (2 diffs)
-
arch/ppc32/include/types.h (modified) (1 diff)
-
arch/sparc64/include/types.h (modified) (1 diff)
-
genarch/include/ofw.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/include/types.h
r554debd r96b02eb9 35 35 36 36 typedef uint64_t size_t; 37 typedef uint64_t unative_t;37 typedef uint64_t sysarg_t; 38 38 typedef uint64_t uintptr_t; 39 39 … … 61 61 unsigned int memmap_items; 62 62 63 unative_t *sapic;63 sysarg_t *sapic; 64 64 unsigned long sys_freq; 65 65 unsigned long freq_scale; -
boot/arch/ppc32/include/types.h
r554debd r96b02eb9 35 35 typedef uint32_t size_t; 36 36 typedef uint32_t uintptr_t; 37 typedef uint32_t unative_t;37 typedef uint32_t sysarg_t; 38 38 typedef int32_t native_t; 39 39 -
boot/arch/sparc64/include/types.h
r554debd r96b02eb9 35 35 typedef uint64_t size_t; 36 36 typedef uint64_t uintptr_t; 37 typedef uint64_t unative_t;37 typedef uint64_t sysarg_t; 38 38 typedef int64_t native_t; 39 39 -
boot/genarch/include/ofw.h
r554debd r96b02eb9 40 40 #define OFW_TREE_PROPERTY_MAX_VALUELEN 64 41 41 42 typedef unative_t ofw_arg_t;42 typedef sysarg_t ofw_arg_t; 43 43 typedef native_t ofw_ret_t; 44 44 typedef uint32_t ofw_prop_t;
Note:
See TracChangeset
for help on using the changeset viewer.
