summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common.h3
-rw-r--r--include/mxc_epdc_fb.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 6df05b8bb1..179392b465 100644
--- a/include/common.h
+++ b/include/common.h
@@ -306,6 +306,9 @@ void doc_probe(unsigned long physadr);
int do_tftpb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
/* common/cmd_fat.c */
+int do_fat_size(cmd_tbl_t *, int, int, char * const []);
+
+/* common/cmd_fat.c */
int do_fat_fsload(cmd_tbl_t *, int, int, char * const []);
/* common/cmd_ext2.c */
diff --git a/include/mxc_epdc_fb.h b/include/mxc_epdc_fb.h
index 5aa942e3d4..4f16a96b51 100644
--- a/include/mxc_epdc_fb.h
+++ b/include/mxc_epdc_fb.h
@@ -556,7 +556,10 @@ enum {
};
int setup_waveform_file(ulong waveform_buf);
+int board_setup_logo_file(void *display_buf);
void epdc_power_on(void);
void epdc_power_off(void);
+extern void *lcd_base;
+
#endif /* __EPDC_REGS_INCLUDED__ */