diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fsl_diu_fb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fsl_diu_fb.h b/include/fsl_diu_fb.h index 4c89f4b..a58e7e2 100644 --- a/include/fsl_diu_fb.h +++ b/include/fsl_diu_fb.h @@ -24,7 +24,7 @@ * MA 02111-1307 USA */ -int fsl_diu_init(int xres, u32 pixel_format, int gamma_fix); +int fsl_diu_init(u16 xres, u16 yres, u32 pixel_format, int gamma_fix); /* Prototypes for external board-specific functions */ int platform_diu_init(unsigned int xres, unsigned int yres, const char *port); |