7 * We define u64 as uint64_t for every architecture
8 * so that we can print it with "%"PRIx64 without getting warnings.
12 typedef unsigned int u32
;
13 typedef signed int s32
;
14 typedef unsigned short u16
;
15 typedef signed short s16
;
16 typedef unsigned char u8
;
17 typedef signed char s8
;
19 #endif /* __PERF_TYPES_H */