diff options
Diffstat (limited to 'include/lcd.h')
-rw-r--r-- | include/lcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lcd.h b/include/lcd.h index 3d9ef16..a10d8d0 100644 --- a/include/lcd.h +++ b/include/lcd.h @@ -55,6 +55,7 @@ extern void lcd_initcolregs (void); /* gunzip_bmp used if CONFIG_VIDEO_BMP_GZIP */ extern struct bmp_image *gunzip_bmp(unsigned long addr, unsigned long *lenp); +extern int bmp_display(ulong addr, int x, int y); #if defined CONFIG_MPC823 /* |