Changeset c2b95d3 in mainline for arch/ia64/include/types.h
- Timestamp:
- 2006-01-26T22:52:00Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 849386a
- Parents:
- 2a003d5b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/types.h
r2a003d5b rc2b95d3 37 37 typedef signed long __s64; 38 38 39 40 41 39 typedef unsigned char __u8; 42 40 typedef unsigned short __u16; … … 50 48 typedef __u64 __native; 51 49 52 typedef __u64pte_t;50 typedef union vhpt_entry pte_t; 53 51 54 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.