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