Sign in
android-kvm
/
kvm-unit-tests
/
3d83840dba14874b359e23204b709eb2e0f12d8e
/
.
/
lib
/
auxinfo.c
blob: a646306364b75dba669f594a792292aefd07c6cb [
file
] [
log
] [
blame
]
#include
"auxinfo.h"
#ifndef
PROGNAME
#define
PROGNAME
((
void
*)
0
)
#endif
#ifndef
AUXFLAGS
#define
AUXFLAGS
0
#endif
struct
auxinfo auxinfo
=
{
.
progname
=
PROGNAME
,
.
flags
=
AUXFLAGS
,
};