Changeset 7f7859b9 in mainline


Ignore:
Timestamp:
2006-04-09T16:17:54Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2810636
Parents:
9055bd1
Message:

fix types

Location:
arch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/include/types.h

    r9055bd1 r7f7859b9  
    3939typedef unsigned char __u8;
    4040typedef unsigned short __u16;
    41 typedef unsigned long __u32;
     41typedef unsigned int __u32;
    4242typedef unsigned long long __u64;
    4343
  • arch/ppc64/include/types.h

    r9055bd1 r7f7859b9  
    3939typedef unsigned char __u8;
    4040typedef unsigned short __u16;
    41 typedef unsigned long __u32;
    42 typedef unsigned long long __u64;
     41typedef unsigned int __u32;
     42typedef unsigned long __u64;
    4343
    4444typedef __u64 __address;
Note: See TracChangeset for help on using the changeset viewer.