summaryrefslogtreecommitdiff
path: root/exynos/exynos_fimg2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'exynos/exynos_fimg2d.h')
-rw-r--r--exynos/exynos_fimg2d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/exynos/exynos_fimg2d.h b/exynos/exynos_fimg2d.h
index 4aa15683..a2c22da7 100644
--- a/exynos/exynos_fimg2d.h
+++ b/exynos/exynos_fimg2d.h
@@ -290,6 +290,7 @@ struct g2d_context;
struct g2d_context *g2d_init(int fd);
void g2d_fini(struct g2d_context *ctx);
+void g2d_config_event(struct g2d_context *ctx, void *userdata);
int g2d_exec(struct g2d_context *ctx);
int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img,
unsigned int x, unsigned int y, unsigned int w,