assembler: Add support for raw output format
[b43-tools.git] / assembler / main.h
index e325f032276e82b91a91d8bfd68823433ac5bf3b..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 {