d3ceb3741171953a8b3a3bdfec8dad70f4604571
[b43-tools.git] / disassembler / main.h
1 #ifndef B43_DASM_MAIN_H_
2 #define B43_DASM_MAIN_H_
3
4 #include <stdio.h>
5
6
7 FILE *infile;
8 FILE *outfile;
9 const char *infile_name;
10 const char *outfile_name;
11
12 #endif /* B43_DASM_MAIN_H_ */