summaryrefslogtreecommitdiff
path: root/arch/microblaze/bits/alltypes.h.in
blob: 9a4ce29d0c38fb2b9dcbd7429f769ff1f84115d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#define _REDIR_TIME64 1
#define _Addr int
#define _Int64 long long
#define _Reg int

#if __MICROBLAZEEL__
#define __BYTE_ORDER 1234
#else
#define __BYTE_ORDER 4321
#endif

#define __LONG_MAX 0x7fffffffL

#ifndef __cplusplus
TYPEDEF int wchar_t;
#endif

TYPEDEF float float_t;
TYPEDEF double double_t;

TYPEDEF struct { long long __ll; long double __ld; } max_align_t;