b43-asm: Add tram keyword for writing to template ram
[b43-tools.git] / assembler / initvals.h
index 0afecf24f9733907cac52e6578973598ccc7b342..0530a8f05b2afe724a15ba1bb1bd8ee9dc489a88 100644 (file)
@@ -12,6 +12,7 @@ struct initval_op {
                IVAL_W_RADIO,
                IVAL_W_SHM16,
                IVAL_W_SHM32,
+               IVAL_W_TRAM,
        } type;
        unsigned int args[3];