summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_gen_fragment.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-11 15:48:13 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-11 17:10:32 -0600
commitbe925ab6e8ecf6758adb2c6f2c423af31c5f86ca (patch)
tree1926df488f955c35bfd60ad85b0b5fa53594c15b /src/gallium/drivers/cell/ppu/cell_gen_fragment.h
parentfbf1586b36f8fb181ecee6a285c94f11e30005ba (diff)
cell: put cell_ prefix on gen_fragment_function()
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_gen_fragment.h')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_gen_fragment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_gen_fragment.h b/src/gallium/drivers/cell/ppu/cell_gen_fragment.h
index 0ea0fc690c..b59de198dc 100644
--- a/src/gallium/drivers/cell/ppu/cell_gen_fragment.h
+++ b/src/gallium/drivers/cell/ppu/cell_gen_fragment.h
@@ -31,7 +31,7 @@
extern void
-gen_fragment_function(struct cell_context *cell, struct spe_function *f);
+cell_gen_fragment_function(struct cell_context *cell, struct spe_function *f);
#endif /* CELL_GEN_FRAGMENT_H */