xref: /openbmc/u-boot/include/libtizen.h (revision e8f80a5a)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
25a4c59beSDonghwa Lee /*
35a4c59beSDonghwa Lee  * (C) Copyright 2012 Samsung Electronics
45a4c59beSDonghwa Lee  * Donghwa Lee <dh09.lee@samsung.com>
55a4c59beSDonghwa Lee  */
65a4c59beSDonghwa Lee 
75a4c59beSDonghwa Lee #ifndef _LIBTIZEN_H_
85a4c59beSDonghwa Lee #define _LIBTIZEN_H_
95a4c59beSDonghwa Lee 
105a4c59beSDonghwa Lee #define HD_RESOLUTION	0
115a4c59beSDonghwa Lee 
12c3093650SSimon Glass #ifdef CONFIG_LCD
135a4c59beSDonghwa Lee void get_tizen_logo_info(vidinfo_t *vid);
14c3093650SSimon Glass #endif
155a4c59beSDonghwa Lee 
165a4c59beSDonghwa Lee #endif	/* _LIBTIZEN_H_ */
17