Throw errors on missing header files
[b43-tools.git] / assembler / main.h
index d30957762e850464fef8efb52faaad93510080e7..f5c22342c4dba1d71404f7750e9d2ac3dc49064e 100644 (file)
@@ -30,7 +30,7 @@ struct fw_header {
 /* Maximum number of allowed instructions in the code output.
  * This is what device memory can hold at maximum.
  */
-#define NUM_INSN_LIMIT 4096
+#define NUM_INSN_LIMIT_R5      4096
 
 
 struct lineinfo {
@@ -112,10 +112,7 @@ struct asmdir {
                ADIR_START,
        } type;
        union {
-               enum {
-                       OLDWORLD,
-                       NEWWORLD,
-               } arch;
+               unsigned int arch;
                struct label *start;
        } u;
 };