--- embedtools/inc/defs.h 2009/11/12 10:35:55 1.1.1.1 +++ embedtools/inc/defs.h 2009/11/13 16:25:38 1.1.1.1.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: defs.h,v 1.1.1.1 2009/11/12 10:35:55 misho Exp $ + * $Id: defs.h,v 1.1.1.1.2.2 2009/11/13 16:25:38 misho Exp $ * *************************************************************************/ #ifndef __DEFS_H @@ -20,10 +20,12 @@ #define DEFAULT_CHROOT "/" #define DEFAULT_TMP "/tmp" +#define FIRMWARE_IMG "aitbsd-firmware" + #define VERB(x) if ((x) <= Verbose) -extern sl_config cfg; +extern int Verbose; #endif