Changeset 25f089b in mainline for arch/mips32/loader/printf.h
- Timestamp:
- 2006-06-10T11:04:11Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e5cd717
- Parents:
- 2d1a1d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/loader/printf.h
r2d1a1d4 r25f089b 39 39 typedef unsigned char __u8; 40 40 typedef unsigned short __u16; 41 typedef unsigned long__u32;42 typedef long long __u64;41 typedef unsigned int __u32; 42 typedef unsigned long long __u64; 43 43 44 44 typedef __u32 __address;
Note:
See TracChangeset
for help on using the changeset viewer.