cell: added function prototypes to silence warnings

This commit is contained in:
Brian
2008-02-22 08:52:24 -07:00
parent b4d050ffcc
commit 0bb53709e8
2 changed files with 6 additions and 0 deletions
@@ -134,6 +134,8 @@ extern void
cell_vertex_shader_queue_flush(struct draw_context *draw);
/* XXX find a better home for this */
extern void cell_update_vertex_fetch(struct draw_context *draw);
#endif /* CELL_CONTEXT_H */
@@ -35,4 +35,8 @@ cell_flush(struct pipe_context *pipe, unsigned flags);
extern void
cell_flush_int(struct pipe_context *pipe, unsigned flags);
extern void
cell_flush_buffer_range(struct cell_context *cell, void *ptr,
unsigned size);
#endif