Changeset b5e68c8 in mainline for boot/arch/ia64/include/types.h
- Timestamp:
- 2011-05-12T16:49:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f36787d7
- Parents:
- e80329d6 (diff), 750636a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/include/types.h
re80329d6 rb5e68c8 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;
Note:
See TracChangeset
for help on using the changeset viewer.