b43-asm: Change the filenames of the binaries.
[b43-tools.git] / assembler / args.h
index 15fcb51eaa27ea69576fb305d74011137305d6c1..06f8ca3171a3be75f43f2417cd4c4e6a64001100 100644 (file)
@@ -10,6 +10,7 @@ void close_input_file(void);
 
 extern int _debug;
 extern bool arg_print_sizes;
+extern const char *initvals_fn_extension;
 
 #define IS_DEBUG               (_debug > 0)
 #define IS_VERBOSE_DEBUG       (_debug > 1)