diff options
Diffstat (limited to 'include/mxc_epdc_fb.h')
-rw-r--r-- | include/mxc_epdc_fb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mxc_epdc_fb.h b/include/mxc_epdc_fb.h index 4f16a96..d5a2136 100644 --- a/include/mxc_epdc_fb.h +++ b/include/mxc_epdc_fb.h @@ -555,7 +555,7 @@ enum { EPDC_VERSION_STEP_OFFSET = 0, }; -int setup_waveform_file(ulong waveform_buf); +int board_setup_waveform_file(ulong waveform_buf); int board_setup_logo_file(void *display_buf); void epdc_power_on(void); void epdc_power_off(void); |