b43-asm: Add tram keyword for writing to template ram
[b43-tools.git] / assembler / scanner.l
index 5013d0e94e4e0a430fcab9f357624686cd2a7888..b135552a31a389259fc25c3c6b669c93f613c4f1 100644 (file)
@@ -142,6 +142,7 @@ phy                 { update_lineinfo(); return IVAL_PHY; }
 radio                  { update_lineinfo(); return IVAL_RADIO; }
 shm16                  { update_lineinfo(); return IVAL_SHM16; }
 shm32                  { update_lineinfo(); return IVAL_SHM32; }
+tram                   { update_lineinfo(); return IVAL_TRAM; }
 
 @[0-9a-fA-F]{3,3}      { update_lineinfo(); return RAW_CODE; }