Sign in
android-kvm
/
kvm-unit-tests
/
67b8f46291019f350cd67d67899cb34f8d3c3a50
/
.
/
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
,
};