rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZE
[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 #include <lcd.h>
11 #include <samsung/misc.h>
12
13 #define HD_RESOLUTION   0
14
15 #ifdef CONFIG_LCD
16 void get_tizen_logo_info(vidinfo_t *vid);
17 void draw_thor_progress(unsigned long long int total_file_size, unsigned long long int downloaded_file_size);
18 void draw_thor_screen(void);
19 void draw_thor_connected(void);
20 void draw_thor_fail_screen(void);
21 void draw_thor_cable_info(void);
22 #endif
23
24 /* Interactive charger */
25 void draw_battery_screen(void);
26 void draw_charge_screen(void);
27 void clean_charge_screen(void);
28 void draw_charge_animation(void);
29 void draw_battery_state(unsigned int soc);
30 void draw_connect_charger_animation(void);
31
32 #endif  /* _LIBTIZEN_H_ */