Changeset 437ee6a4 in mainline for arch/sparc64/include/types.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
-
arch/sparc64/include/types.h
r2cd0485d r437ee6a4 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.