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