Changeset 05d9dd89 in mainline for arch/ia64/include/types.h


Ignore:
Timestamp:
2005-11-03T21:55:52Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dd118f0
Parents:
0259524
Message:

ia64 work.
Fix definition of u32.
Add more register manipulation functions.
Add unions describing bit-structured registers.
Distinguish between timer, unhandled and spurious external interrupts.
Initialize interval timer to generate first timer interrupt.

File:
1 edited

Legend:

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

    r0259524 r05d9dd89  
    3636typedef unsigned char __u8;
    3737typedef unsigned short __u16;
    38 typedef unsigned long __u32;
    39 typedef long long __u64;
     38typedef unsigned int __u32;
     39typedef unsigned long __u64;
    4040
    4141typedef __u64 __address;
Note: See TracChangeset for help on using the changeset viewer.