xref: /kvm-unit-tests/lib/auxinfo.h (revision 9a008986caac35c1120b8552eb610b7793fe613a)
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