blob: 318944b66949f11b793ab939c96b1148981a1e6e [file] [log] [blame]
#include "iface.h"
int main()
{
#ifdef CFG_ONE
iface_src();
#endif
return 0;
}