dasm: Rewrite cmdline arg parsing and remove the bin wrapper script.
[b43-tools.git] / disassembler / main.h
diff --git a/disassembler/main.h b/disassembler/main.h
new file mode 100644 (file)
index 0000000..d3ceb37
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef B43_DASM_MAIN_H_
+#define B43_DASM_MAIN_H_
+
+#include <stdio.h>
+
+
+FILE *infile;
+FILE *outfile;
+const char *infile_name;
+const char *outfile_name;
+
+#endif /* B43_DASM_MAIN_H_ */