b43-asm: Add an option to print the code sizes after assembling.
[b43-tools.git] / assembler / args.h
index 8bebeac4784811750c27555d3bf31c23b5261d64..15fcb51eaa27ea69576fb305d74011137305d6c1 100644 (file)
@@ -1,11 +1,15 @@
 #ifndef BCM43xx_ASM_ARGS_H_
 #define BCM43xx_ASM_ARGS_H_
 
+#include "util.h"
+
+
 int parse_args(int argc, char **argv);
 int open_input_file(void);
 void close_input_file(void);
 
 extern int _debug;
+extern bool arg_print_sizes;
 
 #define IS_DEBUG               (_debug > 0)
 #define IS_VERBOSE_DEBUG       (_debug > 1)