- 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/arch
- Files:
-
- 3 edited
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
Note:
See TracChangeset
for help on using the changeset viewer.