 |
RTEMS
5.0.0
|
28 typedef unsigned char uint8;
29 typedef unsigned short uint16;
30 typedef unsigned long uint32;
31 typedef unsigned long long uint64;
33 typedef signed char sint8;
34 typedef signed short sint16;
35 typedef signed long sint32;
36 typedef signed long long sint64;
38 typedef volatile unsigned char reg8;
39 typedef volatile unsigned short reg16;
40 typedef volatile unsigned long reg32;
41 typedef volatile unsigned long long reg64;