Add a syntax for urb write messages.

This commit is contained in:
Eric Anholt
2006-08-24 16:37:04 -07:00
committed by Damien Lespiau
parent 5232981c88
commit e865196a9d
3 changed files with 30 additions and 2 deletions
+6
View File
@@ -55,6 +55,12 @@ int saved_state = INITIAL;
"urb" { return URB; }
"thread_spawner" { return THREAD_SPAWNER; }
"allocate" { return ALLOCATE; }
"used" { return USED; }
"complete" { return COMPLETE; }
"transpose" { return TRANSPOSE; }
"interleave" { return INTERLEAVE; }
";" { return SEMICOLON; }
"(" { return LPAREN; }
")" { return RPAREN; }