Changeset 7f7859b9 in mainline
- Timestamp:
- 2006-04-09T16:17:54Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2810636
- Parents:
- 9055bd1
- Location:
- arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/types.h
r9055bd1 r7f7859b9 39 39 typedef unsigned char __u8; 40 40 typedef unsigned short __u16; 41 typedef unsigned long__u32;41 typedef unsigned int __u32; 42 42 typedef unsigned long long __u64; 43 43 -
arch/ppc64/include/types.h
r9055bd1 r7f7859b9 39 39 typedef unsigned char __u8; 40 40 typedef unsigned short __u16; 41 typedef unsigned long__u32;42 typedef unsigned long long__u64;41 typedef unsigned int __u32; 42 typedef unsigned long __u64; 43 43 44 44 typedef __u64 __address;
Note:
See TracChangeset
for help on using the changeset viewer.