X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=disassembler%2Fmain.h;fp=disassembler%2Fmain.h;h=d3ceb3741171953a8b3a3bdfec8dad70f4604571;hb=2e928c1b94243e38477f113b92d78876a15439be;hp=0000000000000000000000000000000000000000;hpb=234a3cf2edb9b3e985242d7ff44984cbe749e8a4;p=b43-tools.git diff --git a/disassembler/main.h b/disassembler/main.h new file mode 100644 index 0000000..d3ceb37 --- /dev/null +++ b/disassembler/main.h @@ -0,0 +1,12 @@ +#ifndef B43_DASM_MAIN_H_ +#define B43_DASM_MAIN_H_ + +#include + + +FILE *infile; +FILE *outfile; +const char *infile_name; +const char *outfile_name; + +#endif /* B43_DASM_MAIN_H_ */