diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-26 10:15:11 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-26 10:15:36 -0600 |
commit | 9d00cd3fc726a3fe01b98fd222dd4c71b3e95d44 (patch) | |
tree | 46d43d827063732b02eb66550d45b7bfc4baee04 /src/gallium/drivers/cell/spu/spu_command.h | |
parent | bb01c1a78eefeea6bc756d837fdd063660ac0230 (diff) |
cell: move command processing code into new spu_command.c file
Diffstat (limited to 'src/gallium/drivers/cell/spu/spu_command.h')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_command.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_command.h b/src/gallium/drivers/cell/spu/spu_command.h new file mode 100644 index 0000000000..853e9aa549 --- /dev/null +++ b/src/gallium/drivers/cell/spu/spu_command.h @@ -0,0 +1,7 @@ + + + +extern void +command_loop(void); + + |