diff options
| author | Wolfgang Denk <[email protected]> | 2011-11-16 20:44:06 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2011-11-16 20:44:06 +0100 |
| commit | bb82de884005a869efeac4ae1b00891914d7c193 (patch) | |
| tree | 0831c96b9910686fcdaddc060baa6c392135e889 /api/api_private.h | |
| parent | 0e62e0a72cba76205c93b6913b9ae267f8fe08dc (diff) | |
| parent | 9dfa8da709a1589d177d99c597d9b18d8c9a145d (diff) | |
Merge branch 'master' of /home/wd/git/u-boot/custodians
* 'master' of /home/wd/git/u-boot/custodians:
api: export LCD device to external apps
font: split font data from video_font.h
tools: logo: split bmp arrays from bmp_logo.h
lcd: add clear and draw bitmap declaration
VIDEO: mx3fb: GCC4.6 fix build warnings
Powerpc/DIU: Fixed the 800x600 and 1024x768 resolution bug
Diffstat (limited to 'api/api_private.h')
| -rw-r--r-- | api/api_private.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/api_private.h b/api/api_private.h index 94a7fc509c7..988f702356e 100644 --- a/api/api_private.h +++ b/api/api_private.h @@ -45,4 +45,8 @@ int dev_write_net(void *, void *, int); void dev_stor_init(void); +int display_get_info(int type, struct display_info *di); +int display_draw_bitmap(ulong bitmap, int x, int y); +void display_clear(void); + #endif /* _API_PRIVATE_H_ */ |
