xref: /kvm-unit-tests/lib/auxinfo.h (revision a222b5e226404e11e7abc4cd712e263a23acdef8)
1 #ifndef _AUXINFO_H_
2 #define _AUXINFO_H_
3 struct auxinfo {
4 	const char *progname;
5 };
6 
7 /* No extern!  Define a common symbol.  */
8 struct auxinfo auxinfo;
9 #endif
10