 |
RTEMS
5.1-rc2
|
29 #ifndef BOOT_sparc64_TYPES_H_ 30 #define BOOT_sparc64_TYPES_H_ 34 typedef signed char int8_t;
36 typedef unsigned char uint8_t;
37 typedef unsigned short uint16_t;
38 typedef unsigned int uint32_t;
39 typedef unsigned long uint64_t;
41 typedef uint64_t uintptr_t;
42 typedef uint64_t unative_t;