Changeset 05d9dd89 in mainline for arch/ia64/include/types.h
- Timestamp:
- 2005-11-03T21:55:52Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dd118f0
- Parents:
- 0259524
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/types.h
r0259524 r05d9dd89 36 36 typedef unsigned char __u8; 37 37 typedef unsigned short __u16; 38 typedef unsigned long__u32;39 typedef longlong __u64;38 typedef unsigned int __u32; 39 typedef unsigned long __u64; 40 40 41 41 typedef __u64 __address;
Note:
See TracChangeset
for help on using the changeset viewer.