summaryrefslogtreecommitdiff
path: root/board/st/u8500/mcde_display.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/u8500/mcde_display.h')
-rw-r--r--board/st/u8500/mcde_display.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/st/u8500/mcde_display.h b/board/st/u8500/mcde_display.h
index 6941c044c..ff0e8f847 100644
--- a/board/st/u8500/mcde_display.h
+++ b/board/st/u8500/mcde_display.h
@@ -30,8 +30,8 @@ struct mcde_display_device {
u16 native_y_res;
};
-int mcde_startup(void);
-int mcde_display_image(void);
+int mcde_splash_image(void);
+int mcde_display_image(struct mcde_chnl_state *chnl);
#endif /* !defined(__MCDE_UTILS_H) */