Changeset 3156582 in mainline for arch/mips/include/types.h
- Timestamp:
- 2005-09-11T12:48:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e3fb24c
- Parents:
- 8491c48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/include/types.h
r8491c48 r3156582 33 33 34 34 typedef signed char __s8; 35 typedef unsigned char __u8; 35 36 36 typedef unsigned char __u8;37 typedef signed short __s16; 37 38 typedef unsigned short __u16; 39 38 40 typedef unsigned long __u32; 39 typedef long long __u64; 41 typedef signed long __s32; 42 43 typedef unsigned long long __u64; 44 typedef signed long long __s64; 40 45 41 46 typedef __u32 __address;
Note:
See TracChangeset
for help on using the changeset viewer.