add SDHC support in mmc driver
[u-boot-openmoko/mini2440.git] / include / video_easylogo.h
blob1e0081881f5970598688ac5f1e1913ce5d3f83c7
1 /*
2 ** video easylogo
3 ** ==============
4 ** (C) 2000 by Paolo Scaffardi (arsenio@tin.it)
5 ** AIRVENT SAM s.p.a - RIMINI(ITALY)
6 **
7 ** This utility is still under construction!
8 */
10 #ifndef _EASYLOGO_H_
11 #define _EASYLOGO_H_
13 #if 0
14 #define ENABLE_ASCII_BANNERS
15 #endif
17 typedef struct {
18 unsigned char *data;
19 int width;
20 int height;
21 int bpp;
22 int pixel_size;
23 int size;
24 } fastimage_t ;
26 #endif /* _EASYLOGO_H_ */