summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/cell/ppu/cell_surface.h')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_surface.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_surface.h b/src/mesa/pipe/cell/ppu/cell_surface.h
index e222507121..4c69c4c89f 100644
--- a/src/mesa/pipe/cell/ppu/cell_surface.h
+++ b/src/mesa/pipe/cell/ppu/cell_surface.h
@@ -26,20 +26,18 @@
**************************************************************************/
-#ifndef CELL_SURFACE
-#define CELL_SURFACE
+#ifndef CELL_SURFACE_H
+#define CELL_SURFACE_H
-#include "pipe/p_state.h"
+struct pipe_context;
+struct pipe_surface;
-extern struct pipe_surface *
-cell_create_surface(int width, int height);
-
extern void
cell_clear_surface(struct pipe_context *pipe, struct pipe_surface *ps,
unsigned clearValue);
-#endif /* CELL_SURFACE */
+#endif /* CELL_SURFACE_H */