Sign in
mojo
/
mojo-tools
/
c8bbaed8e0650d920840b6e79d3cc4c4f040f2e2
/
.
/
fusl
/
arch
/
powerpc
/
syscall_arch.h
blob: e7cb1a26d62505a7c27d3d0bab7bde3f986ea682 [
file
]
#define
__SYSCALL_LL_E
(
x
)
\
((
union
{
long
long
ll
;
long
l
[
2
];
}){
.
ll
=
x
}).
l
[
0
],
\
((
union
{
long
long
ll
;
long
l
[
2
];
}){
.
ll
=
x
}).
l
[
1
]
#define
__SYSCALL_LL_O
(
x
)
0
,
__SYSCALL_LL_E
((
x
))
#undef
SYSCALL_NO_INLINE
#define
SYSCALL_NO_INLINE