libtizen: Remove the including lcd header
[platform/kernel/u-boot.git] / include / libtizen.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2012 Samsung Electronics
4  * Donghwa Lee <dh09.lee@samsung.com>
5  */
6
7 #ifndef _LIBTIZEN_H_
8 #define _LIBTIZEN_H_
9
10 #define HD_RESOLUTION   0
11
12 #ifdef CONFIG_LCD
13 void get_tizen_logo_info(vidinfo_t *vid);
14 void draw_thor_progress(unsigned long long int total_file_size, unsigned long long int downloaded_file_size);
15 void draw_thor_screen(void);
16 void draw_thor_connected(void);
17 void draw_thor_fail_screen(void);
18 void draw_thor_cable_info(void);
19 #endif
20
21 /* Interactive charger */
22 void draw_battery_screen(void);
23 void draw_charge_screen(void);
24 void clean_charge_screen(void);
25 void draw_charge_animation(void);
26 void draw_battery_state(unsigned int soc);
27 void draw_connect_charger_animation(void);
28
29 #endif  /* _LIBTIZEN_H_ */