Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
viro
/
sparse.git
/
0e146208e5a4a6aa5cd7e52d93882eca71d8e50c
/
.
/
target-default.c
blob: 3a9e1726ffc58a1b4afe0d1716e78cc63009d53d [
file
]
#include
"symbol.h"
#include
"target.h"
#include
"machine.h"
const
struct
target target_default
=
{
.
mach
=
MACH_UNKNOWN
,
.
bitness
=
ARCH_LP64
,
.
big_endian
=
0
,
.
unsigned_char
=
0
,
};